Skip to content

Releases: zuliaio/zuliasearch

2.2.1

02 May 19:06
Compare
Choose a tag to compare
  • 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

01 May 13:36
Compare
Choose a tag to compare
  • 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

17 Apr 14:40
Compare
Choose a tag to compare
  • 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

31 Mar 17:44
Compare
Choose a tag to compare
  • 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

23 Mar 15:23
Compare
Choose a tag to compare
  • Single node cluster fix for deleting an index without associated documents

2.1.5

23 Mar 14:55
Compare
Choose a tag to compare
  • Single node cluster fix for handling fetching associated documents when they do not exist

2.1.4

23 Mar 00:52
Compare
Choose a tag to compare
  • Non Cluster Mode Bug Fix

2.1.3

23 Mar 00:40
Compare
Choose a tag to compare
  • Added aws credentials provider stack for s3 associated #59
  • Bug fix for non-cluster mode

2.1.2

18 Mar 02:57
Compare
Choose a tag to compare
  • Added snappy compression for S3 associated files (with better compression than Mongo GridFS wired tiger)

2.1.1

16 Mar 19:21
acd7623
Compare
Choose a tag to compare
  • Bug fix to properly upload files that are less than the buffer size to S3 associated files storage