Luke - unknown format version: -4

2007-12-15 Thread Helmut Jarausch
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

Re: Luke - unknown format version: -4

2007-12-15 Thread Mark Miller
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

thoughts/suggestions for analyzing/tokenizing class names

2007-12-15 Thread Beyer,Nathan
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 +