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
Thanks. I preffer sorting. But I'm afraid that it won't be enough. How long time do you think it will take to rebuild the caches? 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? / Marcus ___