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
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
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.