Skip to content

Releases: zuliaio/zuliasearch

1.7.12

04 Apr 16:25
Compare
Choose a tag to compare

#31 Enhance zuliadump and zuliarestore to include associated docs

1.7.11

01 Apr 17:30
Compare
Choose a tag to compare

Allow Associated File Size to be up to 1GB again (regression from switch to micronaut)

1.7.10

01 Apr 14:16
Compare
Choose a tag to compare

Lucene 8.4.1
Fix date sort used with string sort at the same time

1.7.9

05 Feb 22:51
Compare
Choose a tag to compare

Fix reindexing code to be more efficient
Allow sorting by string length or list size, ex. sort |Title| or |||Authors|||

1.7.7

31 Jan 01:55
Compare
Choose a tag to compare

Bug Fixes to Associated File Storage

1.7.1

14 Jan 14:39
Compare
Choose a tag to compare

#26 New micronaut based rest is not reading the port from zulia config

1.7.0

10 Jan 21:03
Compare
Choose a tag to compare

Since 1.6.2
#21 Allow searching the number of items in a list
#20 Allow searching field char length
#19 Ability to add display name and description to the index schema
#18 Switch REST service to use micronaut (from jersey)
#17 Upgrade to Lucene 8.3
#25 Allow sorting by relevance (ascending and in combination with other fields)
#23 Switch From TestNG to Junit 5.x
#24 Upgrade to gradle 6.0

1.6.2

31 Oct 18:03
Compare
Choose a tag to compare

Allow returning inputstream from associated file from the zulia java client #11
Add zuliaexport and zuliaimport like mongoexport and mongoimport #14
Add reindex in place functionality #15

1.6.1

20 Sep 16:14
Compare
Choose a tag to compare

Add ZuliaDump and ZuliaRestore commands
Upgrade to Lucene from 8.0.0 to 8.2.0
Lazy create create associated files collections in mongodb
Increase max boolean clauses to 128k from 16k
Switch document mapping to use gson instead of custom code
Use bytesref sorting instead of string sorting when sorting documents to prevent problems with korean characters
Use java 11 source and target level
mongodb 3.10.0->3.11.0
grpc 1.20.0->1.23.0
commons-pool2 2.6.0->2.7.0
jcommander 1.72->1.78
json-io 4.10.0->4.10.1

1.5.0

22 Apr 16:40
Compare
Choose a tag to compare

#12 Upgrade to Lucene 8.0
Split out zulia-analyzer and zulia-query-parser modules