Search engine fixed
Right - got this search engine fixed. Two problems:
-
I was indexing with a
StopAnalyzer
and then searching with aStandardAnalyzer
. -
I was wrapping the query object returned from the
QueryParser
in my ownPermissibleUrlQuery
object, which does something broken (and deletes half the results).
(Lucene was not to blame: its incremental indexing is working fine :-)