Re: preloading / "warming up" the index

2006-05-31 Thread Charles Mi
the compound index format. Run IndexReader as a java app (e.g. java org.apache.luceneIndexReader/your/index/dir/file(?)) to get a listing of individual index files inside a single cfs file. Otis - Original Message From: Charles Mi <[EMAIL PROTECTED]> To: java-user@lucene.ap

Re: preloading / "warming up" the index

2006-05-31 Thread Charles Mi
I understand, it doesn't matter what the query is or how complicated it is. Monsur On 5/31/06, Charles Mi <[EMAIL PROTECTED]> wrote: > Is there a way to preload the index into memory when the process starts? > Basically I want to warm up the index before pro

preloading / "warming up" the index

2006-05-31 Thread Charles Mi
Is there a way to preload the index into memory when the process starts? Basically I want to warm up the index before processing user queries. What are some recommended ways to do this? Thanks.