Skip to content

Releases: Restream/reindexer-java

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

1.17

29 Aug 12:39
Compare
Choose a tag to compare
  • Add new params parsing for sharding support
  • Remove item IDs request (those IDs were not used by connector anyway)

1.16

19 Aug 11:29
Compare
Choose a tag to compare
  • Fixed logging of Query.whereComposite() (gh-91)
  • Add calculation of the total count of matching documents in Query (gh-93):
    • Interface CloseableIterator renamed to ResultIterator,
    • add Query.reqTotal(),
    • add ResultIterator.getTotalCount()

1.15

07 Apr 08:06
Compare
Choose a tag to compare
  • Add support of RX cluster for running of cproto tests (gh-89)

1.14

11 Mar 12:55
Compare
Choose a tag to compare
  • Fix encoding of stateToken for BuiltIn tests with reindexer 4.2.0

1.13

11 Mar 06:43
Compare
Choose a tag to compare
  • Fix crash in tests with reindexer 4.2.0 gh-86

1.12

10 Dec 14:14
Compare
Choose a tag to compare
  • Add quantity and uniqueness checks of indexes to ReindexerAnnotationScanner gh-80
  • Add Query.whereBetweenFields gh-82