Re: Fetching stored data takes more time

2014-08-04 Thread Ian Lea
Retrieving stored data is always likely to take longer than not doing so. There are some tips in http://wiki.apache.org/lucene-java/ImproveSearchingSpeed. But taking over a minute to retrieve data for 50 hits sounds excessive. Are you sure about those figures? -- Ian. On Thu, Jul 31, 2014 at

Fetching stored data takes more time

2014-07-30 Thread Ganesh
Hello all, I am using Lucene 4.9 and the index size is 7 GB. Search is faster, it takes 1 second to return the results (50 hits). I loop through the result and fetching the stored data for all and it takes more time. Some times it takes more than a minute. Could some one guide me.. how to r