That worked for me too. Thanks!
-Original Message-
From: Steffen Heinrich [mailto:[EMAIL PROTECTED]
Sent: Friday, March 09, 2007 1:39 PM
To: java-user@lucene.apache.org
Subject: Re: Words not found, large file indexing
Hello Chris,
this is incredible!
I'm new to Lucene and did just su
I'm having problems with queries not returning a hit when a document
does in fact have those terms. (I'm not worried about the ranking, just
whether or not it's a hit.)
Is anything wrong with the query syntax? (see below) Also, words in the
document's index (not the Lucene index) seemed less lik
Thanks for the suggestions.
I'm using the Lucene packaged with Gate, which is lucene-1.3-final.jar
(ancient I suppose).
I am now seeing the threading problems with GATE, and although I was
hoping to stay with Gate in case we need some of it's capabilities,
although with the current design we cou
I'm using an EJB to process documents using Lucene 1.3. Things are
working fine now, but I wanted to double check that this will work with
multiple instances of the EJB. I know this is not conforming to the EJB
spec concerning file I/O, but ignoring that for now, my question is
about thread safe