Skip to content

Releases: javasoze/clue

Release-8.5.0-1.0.0

04 Apr 21:54
Compare
Choose a tag to compare
release-8.5.0-1.0.0

update readme

Release 8.2.0-1.0.0

02 Sep 04:40
06669e2
Compare
Choose a tag to compare

Lucene 8.2.0 upgrade

release-7.4.0-1.0.0

22 Sep 23:52
98ca628
Compare
Choose a tag to compare

Lucene 7.4.0 upgrade

Release 6.6.2-1.0.0

09 Jan 01:38
23c9da4
Compare
Choose a tag to compare
  • 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

08 Jan 08:14
Compare
Choose a tag to compare

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

10 Apr 05:46
Compare
Choose a tag to compare

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

14 Mar 02:57
Compare
Choose a tag to compare

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

16 Nov 16:59
Compare
Choose a tag to compare

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

09 Aug 04:46
Compare
Choose a tag to compare

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