Luke Changelog

What's new in Luke 4.0.0 Alpha

Mar 8, 2013
  • Add term offsets when available to "Show Positions" dialog.
  • Modify the list of field flags to better reflect the available field information. FieldType is not always reliable, and some type informaton is not preserved in the index (e.g. whether an indexed field was tokenized).
  • Add detailed segment information in the Files section. This includes Codec and FieldInfo-level details not available elsewhere.
  • Add support for explaining automaton queries' structure.
  • Bring back format details for old indexes (available when opening without IndexReader).
  • Add clipboard copy function in more places.
  • Fixes
  • Issue 36 : XMLExporter generating invalid XML, when special characters are present in a TermVector field (Craig.Stires)
  • Issue 19 : Custom directory implementation must be inherited from FSDirectory (mitja.lenic)
  • Issue 21 : luke tarball needs to extract to a "luke" directory (bevan.koopman, Photodeus)
  • Issue 27 : Cannot add or edit documents using StandardAnalyzer (dean.thrasher)

New in Luke 3.5.0 (Mar 8, 2013)

  • Update to Lucene 3.5.0 and fix some deprecated API usage.
  • Issue 49 : fix faulty logic that prevented opening indexes in read-only mode (MarkHarwood).
  • Issue 43 : fix left-over references to Field (merkertr).
  • Issue 42 : Luke should indicate if a field is a numeric field (merkertr).

New in Luke 1.0.1 (May 18, 2010)

  • New features and improvements:
  • Field value decoder for 32 bit numeric fields (float, int) missing.
  • Added support for XmlQueryParser.
  • Add option to specify custom XmlQueryParser.
  • Bug fixes:
  • Analyzer plugin (and analyzers) don't work.
  • Compress flag no longer available.
  • Error while using custom similarity.

New in Luke 0.9.2 (Aug 11, 2009)

  • New features and improvements:
  • Added term counts per field in Overview - contributed by Mark Harwood.
  • Improved the Analysis plugin to show all token information, and highlight whenever a token is selected from the list.