Releases: zuliaio/zuliasearch
Releases · zuliaio/zuliasearch
2.4.1
2.4.0
- Add routing flag to enable routing in command line tools
- Lucene 9.1 Update
Notable additions are supporting the interval source function syntax (https://lucene.apache.org/core/9_1_0/queryparser/org/apache/lucene/queryparser/flexible/standard/nodes/intervalfn/package-summary.html)
Queries like this are possible:
fn:maxgaps(0 fn:ordered(fn:or(quick lazy) fn:or(fox dog)))
description:fn:ordered(pink big) AND rating:[3.0 TO 5.0]
in zulia minimum should match can be defined like lucene
(term1 term2 term3)@2
and like Zulia added before Lucene support
(term1 term2 term3)~2
2.3.5
2.3.4
2.3.3
2.3.2
- Bumped micronaut to the latest (3.4.3 from 3.2.3)
- Remove workaround for micronaut-projects/micronaut-core#6084
- Java REST client (and therefore command line improvements) to REST
- Added handling local file to the REST as opposed to forcing byte array
- Updated FileStorageTest and ZuliaCmdUtil to use the file based REST.
- Added better timeouts for okhttp rest client
2.3.1
2.3.0
- Adds better handling for REST client mime type resolving