Phillip Pearson - web + electronics notes

tech notes and web hackery from a new zealander who was vaguely useful on the web back in 2002 (see: python community server, the blogging ecosystem, the new zealand coffee review, the internet topic exchange).

2003-6-12

Search engine fixed

Right - got this search engine fixed. Two problems:

1. I was indexing with a StopAnalyzer and then searching with a StandardAnalyzer.

2. I was wrapping the query object returned from the QueryParser in my own PermissibleUrlQuery object, which does something broken (and deletes half the results).

(Lucene was not to blame: its incremental indexing is working fine :-)
... more like this: [, ]