Lucene on Palm OS?

2005-04-09 Thread Peter A. Daly
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

NoSuchMethodError

2005-04-09 Thread xx28
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

Re: Field searching for nothing

2005-04-09 Thread Ivan Gužvinec
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.