You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@lucene.apache.org by Deepa Paranjpe <de...@yahoo-inc.com> on 2007/02/14 20:32:53 UTC

Lucene indexes in memory

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 on an
average.

Your help on this will be appreciated.

-Deepa