bloodhound v0.16.0.0 Release Notes
Release Date: 2018-06-22 // over 6 years ago-
- @bitemyapp
- Reorganized V5 modules internally, ripped out Generic, rewrote part of the test suite.
- Added message field to EsProtocolException
- Switch from Data.Version to Data.SemVer to support parsing broader version format.
- Drop support for GHC < 8.0
- Remove upper bound on aeson.
- @mxavier
- Reorganized V1 modules, mirroring the work done on V5.
- @andrewthad
- Added support for autogenerated elasticsearch ids in the bulk API
- Added support for token filters
- Added action for searching multiple indices
- @lunaris
- Added support for scripts fields and function score queries
- @bermanjosh
- Added support for direct generators
- @rvl
- Add character filters to the
AnalyzerDefinition
type. - Add the "stemmer" and "stop" token filters to
TokenFilterDefinition
.
- Add character filters to the
- @ahodgen
- Add support for wildcard queries
- @ashutoshrishi
- Added fuzziness option to a Match Query
- Added support for "AUTO" Fuzziness alongside a numeric value.
- @bitemyapp