Releases: zuliaio/zuliasearch
Releases · zuliaio/zuliasearch
2.2.1
- Fix export alias file format
- Always index a sortable id field (zuliaId) to be used by zuliadump in the future
- Fix sortById flag in zuliadump to allow negation (regression in port to picocli)
2.2.0
- New CLI tools based on picocli instead of jcommander
- Improvements to associated file storage in S3
- Add index weight to nodes output in nodes REST
- update to gson 2.9.0 from 2.8.9
- grpc from 1.43.2 to 1.45.1
- mongodb java driver from 4.4.0 to 4.5.0
- common compress from 1.20 to 1.21
2.1.8
- improve field config api for easier index schema creation
- ex.
FieldConfigBuilder.create("rating", FieldType.NUMERIC_DOUBLE).index().sort()
-> FieldConfigBuilder.createDouble("rating").index().sort()
- added
addDocumentFields
to Search and addQueryFields
to StandardQuery and by inheritance FilterQuery and ScoredQuery
- added a
clearLastResult
method to Search
- Fixed bug with adding multiple numeric stat / stat facet at once
2.1.7
- For S3 associated documents removed length, added the S3 Credentials providers, and simplified logic
- Changed field order on indexing to potentially improve performance
2.1.6
- Single node cluster fix for deleting an index without associated documents
2.1.5
- Single node cluster fix for handling fetching associated documents when they do not exist
2.1.3
- Added aws credentials provider stack for s3 associated #59
- Bug fix for non-cluster mode
2.1.2
- Added snappy compression for S3 associated files (with better compression than Mongo GridFS wired tiger)
2.1.1
- Bug fix to properly upload files that are less than the buffer size to S3 associated files storage