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 2:36 AM, Ganesh <emailg...@yahoo.co.in> wrote:
> 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 resolve this issue.
>
> Regards
> Ganesh
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
> For additional commands, e-mail: java-user-h...@lucene.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to