Releases: javasoze/clue
Releases · javasoze/clue
Release-8.5.0-1.0.0
release-8.5.0-1.0.0 update readme
Release 8.2.0-1.0.0
Lucene 8.2.0 upgrade
release-7.4.0-1.0.0
Lucene 7.4.0 upgrade
Release 6.6.2-1.0.0
- upgrade to lucene 6.6.2
- rename package from
com.senseidb
->io.dashbase
- upload artifacts to dashbase maven repo
6.2.0-1.0.0
Release 6.2.0-1.0.0
- Release naming convention will be
${lucene-version}-${clue-version}
- Lucene upgrade to 6.2.0
- Build using maven shade plugin
- Added
lucene-backward-codecs
dependency
Release 0.0.6
Version 0.0.6
- Add support for autocompletion and history
- Lucene 5.0 upgrade
- Support/fix interacting with indexes on hdfs
- Add support for sortednumericdv docvalue type
- Adding cmd to read and save commit data
Release 0.0.5
Release 0.0.5
- Made info command more readable
- Added printing of IndexingOptions to infos command
- Made printing of terms and payloads configurable
- Added command to print out docid set status for each posting list
- Bug fix: Store command is not adjusting docids correctly
- Lucene 4.7.0 upgrade
Release 0.0.4
Release 0.0.4
- Add ability to investigate indexes on HDFS
- Add command to dump the index
- Add command to import from a dumped index
- Add configuration support, now you can configure Clue to run your own custom code
- Add index trimming functionlity: sometimes you want a smaller index to work with
- lucene 4.5.1 upgrade
Release 0.0.3
Version 0.0.3
- bug fix: info command missing norm, payload, vector info
- add command to display stored fields
- add command to display term vectors
- add ability to reconstruct document from indexed fields
- explain support
- lucene 4.4 upgrade