I really don't care how this is implemented. Lucene, SQL-translation, flat files, hashtables... I really don't care, and it doesn't really have to be fast... I'm way more concerned about scalability than speed. Scalability in terms of number of documents in the repository.
On a side note in terms of scalability... Currently our Lucene is indexing 95569 documents, and it's a real breeze... This year we corrupted the index twice, in both cases not due to Lucene, but due to the fact that the VM crashed while Lucene was optimizing the indexes.
FWIW, Lucene scales perfectly, and we never had a single problem with it...
Pier
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
