Re: Index in RAM - is it realy worthy?

2004-11-28 Thread Justin Swanhart
My indexes are stored on a NetApp filter via NFS. The indexer process updates the indexes over NFS. I have multiple indexes. My search process determines if the nfs indexes have been updated, and if they have, then loads the index into a RAMDirectory. RAMDirectory is of course much faster

IndexWriter.addIndexes efficiency

2004-11-28 Thread Yonik Seeley
I'd like to use addIndexes(Directory[] dirs) to add batches of documents to a main index. My main problem is that the addIndexes() implementation calls optimize() at the beginning and the end. Now, my main index will be ~25GB in size, so adding a single document and then doing an optimize will

dotLucene (port of Jakarta Lucene to C#)

2004-11-28 Thread George Aroush
Hi folks, I am please to announce the availability of dotLucene 1.4.0 RC1. dotLucene is a complete port of Jakarta Lucene to C#. The port is almost a line-by-line port and it includes the demos as well as all the JUnit tests. An index created by dotLucene is cross compatible with Jakarta Lucene

UNIQUE FILE SEARCH

2004-11-28 Thread Karthik N S
Hi Guy's Apologies. I have a Index with one of the fields is FieldType 'KeyWord' . To this Field I add UNIQUE File Names . On Search How can I display All the File names with out any SearchKeyword ?. Thx in Advance. WITH WARM REGARDS HAVE A NICE