RE: Returning only a small set of results

2007-02-22 Thread Kainth, Sachin
Thanks Erick you've helped a lot and so has everyone else. -Original Message- From: Erick Erickson [mailto:[EMAIL PROTECTED] Sent: 22 February 2007 13:00 To: java-user@lucene.apache.org Subject: Re: Returning only a small set of results See TopDocs, HitCollector, etc. You'

Re: Returning only a small set of results

2007-02-22 Thread Erick Erickson
ubject: Re: Returning only a small set of results : A question about efficiency and the internal workings of the Hits class. : When we make a call to IndexSearcher's search method thus: : : Hits hits = searcher.Search(query); : : Do we actually, physically get back all the results of the query

RE: Returning only a small set of results

2007-02-22 Thread Kainth, Sachin
What can you use in place of Hits and how do they differ? -Original Message- From: Chris Hostetter [mailto:[EMAIL PROTECTED] Sent: 21 February 2007 22:43 To: java-user@lucene.apache.org Subject: Re: Returning only a small set of results : A question about efficiency and the internal

Re: Returning only a small set of results

2007-02-21 Thread Chris Hostetter
: A question about efficiency and the internal workings of the Hits class. : When we make a call to IndexSearcher's search method thus: : : Hits hits = searcher.Search(query); : : Do we actually, physically get back all the results of the query even if : there are 20 million results or for efficien