Changes in version 3.5.0 (released on 2011.12.28)
- 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).
Changes in version 3.4.0 (released on 2011.10.03)
- Issue 46 : and 47: Update to Lucene 3.4.0 and fix some changed APIs.
- Rearranged "field flags" so that they are more logical and cover index options added in 3.4.0. E.g. omitNorms is represented as "with Norms" and marked by "N", IndexOptions are expanded to "Idfp" to mark indexed fields with docs, freqs and positions.
Update: version 3.4.0_1 fixes a silly last-minute typo in luke.xml.
Changes in version 3.3.0 (released on 2011.07.06)
- Issue 40 and 41: Update to Lucene 3.3.0 and fix some deprecated / changed APIs.
Changes in version 3.1.0 (released on 2011.04.30)
This release uses Lucene 3.1.0 jars.
- Issue 35 : Lucene 3.1 compatible luke version (oss.akk)
- Issue 36 : XMLExporter generating invalid XML, when special characters are present in a TermVector field (Craig.Stires)
- Issue 17 : Recent changes to DocReconstructor sometimes cause null ref (solrtrey)
- 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 33 : Term Positions increment incorrect (karolina.bernat)
- Issue 27 : Cannot add or edit documents using StandardAnalyzer (dean.thrasher)
Changes in v. 1.0.1 (released on 2010.04.01)
This release upgrades to Lucene 3.0.1 jars.
New features and improvements
- Issue 5 : Field value decoder for 32 bit numeric fields (float, int) missing.
- Added support for XmlQueryParser.
- Issue 12 : Add option to specify custom XmlQueryParser.
Bug fixes
- Issue 3 : Analyzer plugin (and analyzers) don't work.
- Issue 4 : Compress flag no longer available.
- Issue 14 : Error while using custom similarity.
Changes in v. 1.0.0 (released on 2009.12.23)
This release just upgrades to Lucene 3.0 jars.
Changes in v. 0.9.9.1 (released on 2009.11.20)
This release upgrades to Lucene 2.9.1 jars and Hadoop 0.20.1 jars.
New features and improvements
- Add per-field value decoders, for displaying field values that should be interpreted as numeric or date or binary values.
- Improve the Analysis plugin to switch between the mixed and the only-new API.
- Improve visibility and layout of Thinlet tables.
- Add display of commit user data Map.
- Add ability to edit per-commit user data Map
Bug fixes
- Term frequency vectors were not displayed for selected field (reported by Benjamin Heilbrunn)
Great tool!! Could you update to use Lucene 3.0? I really need use lucene 3.0 api (due enum facilities and other java 5 resources), so wait till 3.1 can take a longer time! My system will ben as soon as possible in production even with lucene 3.0.
Thanks.
Is this possible to use luke from command line?
To start Luke from the command line, go to the directory with the downloaded jar and:
java -cp lukeall-1.0.1.jar org.getopt.luke.Luke
This assume that the java command is in your current PATH.
I'm running my lucene index on a UI'less ubuntu server. And I cant get luke to run from the command line. I get errors about X11 graphical environment. Is there any way to run luke from the command line, over ssh? I'm trying to get index statistica about my lucene index, and its way too big to copy over to a server that supports UI apps.
I was wondering this as well. Is there a command-line interface for luke? Not a way to start the GUI app from the command line, but an actual command?
Can i query term stat with options? E.g. Query top10 terms within last week?
Is anybody home? :)
how do we run luke all source code from commandline?
Great tool. Can I somehow extract the similarity scores that are produced, so somehow get the similarity of all the indexed documents between them?