Hi, As a requirement I need to be able to archive any indexes older than 2 weeks (due to space and performance reasons). That means I would need to maintain weekly indexes. Here are my questions,
1) What's the best way to partition indexes using Lucene? 2) Is there a way I can partition documents, but not indexes? I don't want each partitioned index to be a full index, as that would be waste of space. We collect over 10K new documents per min (with each document around 250 bytes). 3) Is ParallelMultiSearcher the way to go for partitioned indexes? Do I ever have to merge these partitioned indexes? 4) I'm hoping I can reload the archived indexes in future if needed. Not sure if there is a standard way to archive the indexes using Lucene. Thanks, -vivek --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]