Releases: Restream/reindexer-java
Releases · Restream/reindexer-java
1.22
1.21
- 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
1.18
- 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
- Add new params parsing for sharding support
- Remove item IDs request (those IDs were not used by connector anyway)
1.16
1.15
1.14
- Fix encoding of stateToken for BuiltIn tests with reindexer 4.2.0