Hi,
I couldn't reproduce the problem in the following test case, so let's drop this.
Regards
- Thomas
--
import org.apache.lucene.analysis.*;
import org.apache.lucene.analysis.standard.*;
import org.apache.lucene.document.*;
import org.apache.lucene.index.*;
import org.apache.lucene.queryparse
Hi,
I have a webapp with a working Lucene search function. The indexed
documents contain among others two TextFields called "name" and
"fulltext". The "name" TextField holds only one term, for example
"bgh". The default field for query terms is "fulltext". The query
"+name:bgh" leads to a NullPoin