Highlights in this release
- Fix double encoding path for http4s client by @skuayer in #3620
- Add support for preserve_original parameter of the edge n-gram token filter by @dragisak in #3649
- Add articles_path and articles_case fields to ElisionTokenFilter by @Philippus in #3651
- Add ReverseTokenFilter by @Philippus in #3652
- Deprecate enablePositionIncrements parameter in StopTokenFilter by @Philippus in #3653
- Deprecate side parameter in EdgeNGramTokenFilter by @Philippus in #3654
- Add all parameter to PatternReplaceTokenFilter by @Philippus in #3655
- Add preserveOriginal parameter to NGramTokenFilter by @Philippus in #3656
- Add KeepWordsTokenFilter by @Philippus in #3660
- Deprecate stemEnglishPossesive method in WordDelimiterTokenFilter by @Philippus in #3680
- Rename ChunkingSettings
typefield to strategy and addnonechunking strategy by @Philippus in #3684 - Add rescoreVector field to DenseVectorIndexOptions by @Philippus in #3685
- Fix inconsistent parameter naming. Snake case -> camel case by @dragisak in #3650
- Deprecate stemEnglishPossesive in analyzers.TokenFilter by @Philippus in #3688
Thank you @sksamuel for creating elastic4s!
Full Changelog: v9.1.0...v9.1.1
This release was brought to you by 5 contributors, according to git shortlog -sn --no-merges @ ^v9.1.0 and checking the reviewers. Thank you @scala-steward, @Philippus, @dragisak , @skuayer and @igor-vovk.