Releases: Restream/reindexer-java
Releases · Restream/reindexer-java
1.29
1.27
- Add support custom conversions for the mapped Item fields
1.26
- Add support for index option
is_no_column
from reindexer v5.1.0
1.25
1.24
- Support new builtin connect signature (reindexer v5 compatibility)
1.23
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