Re: Sort Performance Question

2007-03-20 Thread Peter W .
I have a sort performance question: I have a fairly large index consisting of chunks of full-text transcriptions of television, radio and other media, and I'm trying to make it searchable and sortable by date. ... Initially I was sorting based on a unixtime field, but having read up

Re: Sort Performance Question

2007-03-20 Thread Erik Hatcher
27;t be worried about the very first search against the index. How would a cached searcher implementation look? -Dave -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 20, 2007 4:03 PM To: java-user@lucene.apache.org Subject: Re: Sort Performance Questio

RE: Sort Performance Question

2007-03-20 Thread David Seltzer
sage- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 20, 2007 4:03 PM To: java-user@lucene.apache.org Subject: Re: Sort Performance Question Are you using a cached IndexSearcher such that successive sorts on the same field will be more efficient? Erik On Mar 20, 200

Re: Sort Performance Question

2007-03-20 Thread Erik Hatcher
Are you using a cached IndexSearcher such that successive sorts on the same field will be more efficient? Erik On Mar 20, 2007, at 3:39 PM, David Seltzer wrote: Hi All, I have a sort performance question: I have a fairly large index consisting of chunks of full-text

Sort Performance Question

2007-03-20 Thread David Seltzer
Hi All, I have a sort performance question: I have a fairly large index consisting of chunks of full-text transcriptions of television, radio and other media, and I'm trying to make it searchable and sortable by date. The search front-end uses a parallelmultisearcher to search up to