Re: Hit.getDocument performance

2006-11-24 Thread Mark Miller
ns - are the results streamed in any way? Any buffering of the entire result could be a killer. Cheers Mark - Original Message From: Luis Rodrigo Aguado <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Friday, 24 November, 2006 12:14:27 PM Subject: Re: Hit.getDocument pe

Re: Hit.getDocument performance

2006-11-24 Thread mark harwood
Sent: Friday, 24 November, 2006 12:14:27 PM Subject: Re: Hit.getDocument performance I have just read in the API doc that going through the Hits returned is not really adviceable. However, I am not developing the final application, but a middleware that accesses Lucene, so I would not want to ta

Re: Hit.getDocument performance

2006-11-24 Thread Luis Rodrigo Aguado
I have just read in the API doc that going through the Hits returned is not really adviceable. However, I am not developing the final application, but a middleware that accesses Lucene, so I would not want to take the decision to cut the number of docs returned, but let the application do that.

Hit.getDocument performance

2006-11-24 Thread Luis Rodrigo Aguado
Hi all, I am having a performance bottleneck that is driving me crazy. Maybe anyone there has a clue of the source... I am working with an index of 2400 pdf files. For each of them, I index the contents, and I store the filename and the creation date. Nothing else. The resulting ind