Avoiding sort by date

2006-10-12 Thread rayvittal-lists
Hi folks, I am using Lucene 2.0 In our application, I am indexing a stream of documents. Each document is fairly small ( 1 KB), but there can be 10's of millions of documents. Each document has a Timestamp field. Users can enter free-form searches and a date/time range. They are most

Re: Avoiding sort by date

2006-10-12 Thread rayvittal-lists
Thanks, Erik for the pointer to Solr. Since the document index is added to frequently, creating new IndexSearchers is required anyway. We plan to 'age' out already created IndexSearcher and create new ones every few minutes. Solr's cache regeneration would be useful in this scenario. Does the