15 feb 2007 kl. 19.28 skrev Deepa Paranjpe:
I want to optimize maximally on the search time required by lucene
on over
~7M short documents. The queries that I deal are 6 to 7 tokens on an
average.
Load your FSDirectory to a RAMDirectory.
If you feel experimental you can take a look at
Hi all,
I want to understand how lucene searches its index -- does it load the whole
index into memory at once? Is there any way to make sure that it does so.
I want to optimize maximally on the search time required by lucene on over
~7M short documents. The queries that I deal are 6 to 7 tokens