Re: SV: Date first best practises

2006-05-21 Thread Chris Hostetter
: If I use a sort on the datefield and perform a query (with that sort) : will it always rebuild the whole cache or just the cache for the actual : hits? the FieldCache is built for all documents so that it's completleyte reusable for any search that sorts on that field -- as long as you keep you

SV: Date first best practises

2006-05-21 Thread Marcus Falck
/ Marcus Från: Erik Hatcher [mailto:[EMAIL PROTECTED] Skickat: sö 2006-05-21 17:45 Till: java-user@lucene.apache.org Ämne: Re: Date first best practises On May 21, 2006, at 11:31 AM, Marcus Falck wrote: > I will use Lucene to index 200 million documents (doc size

Re: Date first best practises

2006-05-21 Thread Erik Hatcher
On May 21, 2006, at 11:31 AM, Marcus Falck wrote: I will use Lucene to index 200 million documents (doc size 2kb -> 20 kb). With the following requirements: IndexSearcher needs to be created atleast every 5 minute. The ranking/scoring/sorting will need to reply the hits ordered by date desc.

Date first best practises

2006-05-21 Thread Marcus Falck
Hi, I will use Lucene to index 200 million documents (doc size 2kb -> 20 kb). With the following requirements: IndexSearcher needs to be created atleast every 5 minute. The ranking/scoring/sorting will need to reply the hits ordered by date desc. Will the sorting be good enough on a machine wit