How many documents are you getting in your result set? And how are you
dealing with those results? If you're looking at more than a hundred or so
using a Hits object, you are acutally re-executing the query every 100
results or so you examine. This has been discussed several times, you might
want
Hi,
I have an index of 3 million documents. Document id is stored but not
indexed and document contents is indexed but not stored.
Searches are quite slow, but for each document I have a list of 50,000 or
so relevent documents. I would like lucene to only search in these? I
can see I can restr