Skip to content

Releases: Restream/reindexer-java

1.29

21 Jul 10:31
Compare
Choose a tag to compare
  • Add support of base parameter radius in KNN search (reindexer v5.4.0, gh-117)

1.27

22 May 15:56
Compare
Choose a tag to compare
  • Add support custom conversions for the mapped Item fields

1.26

08 Apr 07:08
Compare
Choose a tag to compare
  • Add support for index option is_no_column from reindexer v5.1.0

1.25

28 Mar 13:01
Compare
Choose a tag to compare
  • Add support for vector indexes (hnsw, ivf and vec_bf), see
  • Add support for KNN search - a filtering operation of float vector fields (Query.whereKnn())
  • Add support for new response value rank - a metric by which the results of KNN and full-text queries are sorted.

1.24

05 Mar 15:41
Compare
Choose a tag to compare
  • Support new builtin connect signature (reindexer v5 compatibility)

1.23

24 Dec 12:25
Compare
Choose a tag to compare
  • Add supporting enum type for index using String or Integer (ordinal) mapping (gh-107).

1.22

26 Sep 05:23
Compare
Choose a tag to compare
  • Add lombok dependency to avoid writing boilerplate code
  • Remove the limit of 63 indexes per namespace (actual limit is 255)
  • Fix the index appendable property
  • Implement addIndex, updateIndex, dropIndex operations (gh-105, for testing purposes only!)

1.21

15 Aug 11:51
Compare
Choose a tag to compare
  • Fixed isArray flag in nested scalar field indexes for composite field (gh-101).

Attention!
For correct work you have to either update or delete old array-indexes, created over nested scalar fields before connector's updating. Alternatively, you may change types for such fields in you object model from 'scalar' to 'collection'. Otherwise you will get conflict on openNamespace() call.

1.19

27 Mar 18:03
Compare
Choose a tag to compare
  • Added use of subqueries as arguments in the query.where() method (gh-99)

1.18

27 Jun 08:11
Compare
Choose a tag to compare
  • CTAG format changed, backwards compatible with the old one
  • Added indexing of UUID for UUID and String fields, type of index is HASH only
  • Fix query.where() for null value
  • Tune CPROTO connection