On 06/22/2013 11:38 AM, neeraj shah wrote:
> i have already tried this. I am fetching the info of "ABC" and then passing
> then again in searcher with new Query then adding the required result.
> but this method taking very very long time (more than 100 secs). my data
> file is very big size would be around 137MB.
> So was asking is there another way to get the result in Lucene.

100 secs?
And you are calling 137MB a very big size?

Something doesn't feel right.

Are you doing two searches (1+1) or a lot of them (1+N)?
I really reread your mail a few times to understand if I had misread
seconds for milliseconds or MB for GB...

-- 
   Roberto Ragusa    mail at robertoragusa.it

---------------------------------------------------------------------
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