Re: Search Help

2005-11-10 Thread Chris Hostetter
: 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

Re: Search Help

2005-11-10 Thread Erik Hatcher
To java-user@lucene.apache.org 11/09/2005 08:44 cc PM Subject Re: Search

Re: Search Help

2005-11-10 Thread Daniel . Clark
cc PM Subject Re: Search Help

Re: Search Help

2005-11-09 Thread Erik Hatcher
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