Skip to content

Releases: zuliaio/zuliasearch

2.4.1

18 May 02:41
8b832b9
Compare
Choose a tag to compare
  • Allow stat faceting on zero or negative sums
  • Add --detailed option for display where each shard is located in zuliadmin displayIndexes
  • Bump gradle to 7.4.2

2.4.0

12 May 17:39
Compare
Choose a tag to compare
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

10 May 17:58
53b75c0
Compare
Choose a tag to compare
  • Added handling for YAML config files.

2.3.4

10 May 17:05
0955a51
Compare
Choose a tag to compare
  • Patch to make the S3 associated document fetch calls recognize the fetchType argument difference between META and FULL

2.3.3

09 May 20:58
Compare
Choose a tag to compare
  • Fix for built in id sort field and score fields

2.3.2

09 May 17:46
e8f6890
Compare
Choose a tag to compare
  • 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

09 May 14:10
Compare
Choose a tag to compare
  • Add bash autocomplete scripts

2.3.0

08 May 21:46
Compare
Choose a tag to compare
  • Adds better handling for REST client mime type resolving

2.2.3

05 May 17:14
Compare
Choose a tag to compare
  • Fix issue with uppercase wildcards when using lower case analyzed default search fields

2.2.2

03 May 00:42
Compare
Choose a tag to compare
  • Fix zuliarestore gives too many open files (Files.list/walk not being closed)