Hi,
I've built an index with lucene-java-2.2.0-603782
which is work fine.
But when I try to use Luke-0.7.1 on that index directory
I get Unknown format version: -4
(although Luke-0.7.1 claims to build on Lucene 2.2.0)
What am I missing.
Is there a separate mailing list for Luke?
Is there a sub
Get the Luke jar and put it with the Lucene jar you used to build the
index. Run Luke:
|java -classpath luke.jar;lucene.jar org.getopt.luke.Luke|
Helmut Jarausch wrote:
Hi,
I've built an index with lucene-java-2.2.0-603782
which is work fine.
But when I try to use Luke-0.7.1 on that index di
I have a few fields that use package names and class names and I've been
looking for some suggestions for analyzing these fields.
A few examples -
Text (class name)
- "org.apache.lucene.document.Document"
Queries that would match
- "org.apache" , "org.apache.lucene.document"
Text (class name +