: That's what I'm doing now, but I was thinking that if I limit the number of
: results I get back, I can save query time. Maybe I'm wrong?
one thing that does slightly bug me about the way the Hits class works, is
that the constructor (which is called by the Searcher.search(Query) calls
getMore
To
java-user@lucene.apache.org
11/09/2005
08:44 cc
PM
Subject
Re: Search
cc
PM
Subject
Re: Search Help
On 9 Nov 2005, at 19:54, [EMAIL PROTECTED] wrote:
Is there a way to limit the number of hits I want returned?
Sometimes I
just want one document.
Is there an issue with just accessing hits.doc(0) in this case?
Erik