| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-10-25 | 2.1 kB | |
| v9.1.1 source code.tar.gz | 2025-10-25 | 429.2 kB | |
| v9.1.1 source code.zip | 2025-10-25 | 1.3 MB | |
| Totals: 3 Items | 1.8 MB | 0 | |
Highlights in this release
- Fix double encoding path for http4s client by @skuayer in https://github.com/Philippus/elastic4s/pull/3620
- Add support for preserve_original parameter of the edge n-gram token filter by @dragisak in https://github.com/Philippus/elastic4s/pull/3649
- Add articles_path and articles_case fields to ElisionTokenFilter by @Philippus in https://github.com/Philippus/elastic4s/pull/3651
- Add ReverseTokenFilter by @Philippus in https://github.com/Philippus/elastic4s/pull/3652
- Deprecate enablePositionIncrements parameter in StopTokenFilter by @Philippus in https://github.com/Philippus/elastic4s/pull/3653
- Deprecate side parameter in EdgeNGramTokenFilter by @Philippus in https://github.com/Philippus/elastic4s/pull/3654
- Add all parameter to PatternReplaceTokenFilter by @Philippus in https://github.com/Philippus/elastic4s/pull/3655
- Add preserveOriginal parameter to NGramTokenFilter by @Philippus in https://github.com/Philippus/elastic4s/pull/3656
- Add KeepWordsTokenFilter by @Philippus in https://github.com/Philippus/elastic4s/pull/3660
- Deprecate stemEnglishPossesive method in WordDelimiterTokenFilter by @Philippus in https://github.com/Philippus/elastic4s/pull/3680
- Rename ChunkingSettings
typefield to strategy and addnonechunking strategy by @Philippus in https://github.com/Philippus/elastic4s/pull/3684 - Add rescoreVector field to DenseVectorIndexOptions by @Philippus in https://github.com/Philippus/elastic4s/pull/3685
- Fix inconsistent parameter naming. Snake case -> camel case by @dragisak in https://github.com/Philippus/elastic4s/pull/3650
- Deprecate stemEnglishPossesive in analyzers.TokenFilter by @Philippus in https://github.com/Philippus/elastic4s/pull/3688
Thank you @sksamuel for creating elastic4s!
Full Changelog: https://github.com/Philippus/elastic4s/compare/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.