Skip to content

Releases: jillesvangurp/kt-search

2.2.1

04 Jun 04:26
4533428
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.0...2.2.1

2.2.0

31 May 10:15
Compare
Choose a tag to compare
  • 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

22 May 05:46
6345bef
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.30...2.1.31

2.1.30

20 May 14:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.29...2.1.30

2.1.29

08 May 14:31
2aa4976
Compare
Choose a tag to compare

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

26 Apr 08:57
Compare
Choose a tag to compare

What's Changed

  • add minimum should match query by @sinkyoungdeok in #133
  • fix small bug with matchedFields in the new highlighting

New Contributors

Full Changelog: 2.1.27...2.1.28

2.1.27 support analyze API

22 Apr 13:11
c9425cd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.26...2.1.27

2.1.26

16 Apr 08:21
db436a8
Compare
Choose a tag to compare

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

Full Changelog: 2.1.25...2.1.26

swap out json-dsl

16 Mar 15:06
Compare
Choose a tag to compare

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

16 Mar 11:16
6e17e2d
Compare
Choose a tag to compare

Another few pull requests from @csh97 & @larsgraedig. Thanks both of you.

What's Changed

New Contributors

Full Changelog: 2.1.23...2.1.24