Releases: jillesvangurp/kt-search
Releases · jillesvangurp/kt-search
2.2.1
What's Changed
- support case_insensitive on term query by @jillesvangurp in #144
Full Changelog: 2.2.0...2.2.1
2.2.0
- upgrade to kotlin 2.0 and bump minor version
- externalize DEFAULT_JSON and DEFAULT_PRETTY_JSON to a separate library. If you were using that, you will have to add the kotlinx-serialization-extensions library and fix your imports for the new package name.
2.1.31
2.1.30
What's Changed
- add search after parameter by @sinkyoungdeok in #139
- improve highlighting support and add some documentation for this. by @jillesvangurp in #141
- term query numbers and booleans by @jillesvangurp in #140
Full Changelog: 2.1.29...2.1.30
2.1.29
Another couple of nice pull requests by @AnyRoad!
What's Changed
- adds key_as_string for boolean aggregation result. by @AnyRoad in #138
- adds support for the Date range aggregations by @AnyRoad in #137
- fixes highlightQuery in the highlight dsl by @AnyRoad in #134
- adds match_none query and boost parameter for the match_all query by @AnyRoad in #136
- adds query rescoring by @AnyRoad in #135
Full Changelog: 2.1.28...2.1.29
2.1.28
What's Changed
- add minimum should match query by @sinkyoungdeok in #133
- fix small bug with
matchedFields
in the new highlighting
New Contributors
- @sinkyoungdeok made their first contribution in #133
Full Changelog: 2.1.27...2.1.28
2.1.27 support analyze API
2.1.26
What's Changed
- Add maven dependencies declaration docs by @dybarsky in #128
- Add support for script based sorting in SortBuilder by @yonghee12 in #131
New Contributors
- @dybarsky made their first contribution in #128
- @yonghee12 made their first contribution in #131
Full Changelog: 2.1.25...2.1.26
swap out json-dsl
What's Changed
Json-dsl is now a separate project and kt-search now uses version 3 of it: https://github.com/jillesvangurp/json-dsl
- use external json-dsl instead of the now obsolete internal one that we removed by @jillesvangurp in #126 There were a few internal changes related to minor API changes in JsonDsl. If you have your own DSLs based on that, you may need to do similar changes. Otherwise, things should be backwards compatible.
Full Changelog: 2.1.24...2.1.25
2.1.24
Another few pull requests from @csh97 & @larsgraedig. Thanks both of you.
What's Changed
- add support for highlighting in QueryDSL by @larsgraedig in #121
- Add support for routing key per item in bulk by @csh97 in #122
- update dependencies by @jillesvangurp in #123
- Create SECURITY.md by @jillesvangurp in #125
New Contributors
- @larsgraedig made their first contribution in #121
Full Changelog: 2.1.23...2.1.24