Does anyone know if it possible/feasible to run lucene on PalmOS?
I've never done any Palm development before, but have an application
in which Lucene is a critical component that I'd like to make work on
my Tungsten T3 as well as other palms if possible.
I'm trying to feel out whether this is a
Hello -
I tried to modify Document(File) method as Document1(String) of
HTMLDocument.java. The parameter is String, not File. However I got:
Exception in thread "main" java.lang.NoSuchMethodError:
org.apache.lucene.demo.HTMLDocument.Document1(Ljava/lang/String;)Lorg/apache/lucene/document/Docu
I believe there isn't. I don't think any of the existing QueryParsers
implements "search empty field" expression.
The way you might solve this requirement is to use a special "empty term"
for such fields. For instance, I use single underscore "_" as a value for
all empty fields in the document.