Skip to content

Releases: zuliaio/zuliasearch

2.1.0

04 Mar 19:02
Compare
Choose a tag to compare
  • Improve performance of S3 download
  • Add version option to get nodes call and command line tool
  • Java client version available from ZuliaVersion.getVersion()

2.0.1

03 Mar 17:12
d51cced
Compare
Choose a tag to compare
  • Added associated document storage support to S3 by setting clusterStorageEngine:s3 and configuring an s3 block with s3BucketName and region #53
  • Upgrade to Java 17
  • Fixed issue with new query parser when query fields are not provided. Now emits MatchNoDoc for that query clause

2.0.0

26 Feb 14:44
b56eb01
Compare
Choose a tag to compare
  • Update to lucene 9.0
  • Add new zulia query parser based on org.apache.lucene.queryparser.flexible.standard
    • New parser supports minimum should match added via (term term2 term3)~n syntax
    • New parser supports multiple field search via field1,field2:...
    • New parser supports regex queries like field:/regex/
    • New parser supports GTE/LTE/GT/LT operators like field>=value
    • Legacy parser is still available with legacy option on Query
    • Legacy parser supports dismax but new one does not yet
  • Full support for source document having numeric fields with 0,1, string with true/t/y/yes f/false/n/no, or actual boolean all being handled the same in indexing, searching, faceting, and sorting
    • New boolean facet handling maps to True/False only from true/t/y/yes f/false/n/no
    • Change boolean sort to be numeric based doc values instead of string based
    • Add taxonomy stats support for a boolean by treating it like 0,1
  • Ensure field name cannot contain a comma
  • Update to grpc-java v1.43.2 and Protobuf to 3.19.2 to avoid GHSA-wrvw-hg22-4m67.
  • Update mongo java driver to 4.4.0
  • General warning cleanup, package cleanup, and refactoring for simplicity
  • Update to gradle 7.4

1.12.0

04 Jan 12:50
8d37c95
Compare
Choose a tag to compare

1.11.7

29 Dec 21:52
9e23b9a
Compare
Choose a tag to compare

Bumps micronaut server to the latest and removes micronaut client dependency and uses okhttp instead.

1.11.3

16 Dec 15:06
Compare
Choose a tag to compare

MongoDB Java Driver to 4.4.0 for java 17 support and MongoDB 5.1 support

1.11.2

14 Dec 15:48
db5737e
Compare
Choose a tag to compare

Fixes Stats facet doesn't count documents with null values #48

1.11.1

10 Dec 15:51
Compare
Choose a tag to compare

Bug fix for NPE in hierarchical faceting.

1.11.0

19 Nov 20:10
Compare
Choose a tag to compare

Fix bug in stats when facet ordinal is not returned in the search

1.10.0

19 Nov 15:14
Compare
Choose a tag to compare

Added initial implementation stat faceting Test case
Refactored shard combiner pathway to be more efficient