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