Releases: Restream/reindexer-java
Releases · Restream/reindexer-java
1.11
- Add FullText annotation for tune of full text search gh-54
- Add support for multiple data sources gh-66
- Add Query.isNotNull gh-68
- Add support of Synchronized, PreferWrite, ReadOnly, PreferRead strategies gh-71
- Fix StateInvalidatedException when stateToken is outdated gh-74
- Add Namespace.execSql, Namespace.updateSql gh-76
1.10
1.9
1.8
Javadoc improvements
1.7
Update to reindexer v. 3.1.0
Add putMeta and getMeta
Add sql-methods
Add raw json support
Add dropNamespace method
Throw exception on openNamespace with wrong class
Added maven info to readme.md
1.6
- Add Query.merge
- Rename Configuration to ReindexerConfiguration class
- Fix getNamespace error message
- Accelerate tests
- Add return of existing namespace to openNamespace method
1.5
- Add query additional data type support
- Add builtin binding
- Add builtinserver binding
- Add query logging
1.4
- Add joins
- Add aggregations
1.3
- Add ping task
- Internal improvements
1.2
- Async connections improvements
- Added namespace public api