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