Re: org.apache.lucene.search.TopScoreDocCollector throws NullPointerException

2013-11-02 Thread Thomas Fuchs
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

org.apache.lucene.search.TopScoreDocCollector throws NullPointerException

2013-11-01 Thread Thomas Fuchs
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