Re: Search performance question

2007-09-06 Thread Mike Klaas
On 6-Sep-07, at 4:41 AM, makkhar wrote: Hi, I have an index which contains more than 20K documents. Each document has the following structure : field : ID (Index and store) typical value - "1000" field : parameterName(index and store) typical value

Re: Search performance question

2007-09-06 Thread Grant Ingersoll
pen in the order of a few milliseconds irrespective of the number of documents it matched. Am I expecting too much ? -- View this message in context: http://www.nabble.com/Search- performance-question-tf4391551.html#a12520740 Sent from the Lucene - Java

Re: Search performance question

2007-09-06 Thread Mark Miller
Your not expecting too much. On cheap hardware I watch searches on over 5 mil + docs that match every doc come back in under a second. Able to post your search code? makkhar wrote: Hi, I have an index which contains more than 20K documents. Each document has the following structure : fiel

Search performance question

2007-09-06 Thread makkhar
orse. My problem is, I am expecting the search itself to happen in the order of a few milliseconds irrespective of the number of documents it matched. Am I expecting too much ? -- View this message in context: http://www.nabble.com/Search-performance-question-tf4391551.html#a12520740 Sent f