http://lucene.apache.org/java/2_4_0/api/core/org/apache/lucene/search/Searcher.html#search(org.apache.lucene.search.Query,%20org.apache.lucene.search.HitCollector)
The TopDocCollector is a HitCollector.
On Feb 4, 2009, at 10:34 PM, Jay Malaluan wrote:
Hi,
As I was reading the post "Re: TopDocCollector vs Hits:
TopDocCollector
slowing....", I just got curious on how he explained his change from
Hits to
TopDocCollector. I'm assuming that the Hits is returned from a call
of:
Searcher searcher = new Searcher();
searcher.search(xxx, xxx) - that will return a Hits object
I was searching the javadoc API (2.3 and 2.4) and didn't found any
method
that returns TopDocCollector object from a searcher.search(xxx, xxx)
call.
Would be a great help is someone can expound this. I might be able
to use
this in future implementation.
Regards,
Jay Joel Malaluan
--
View this message in context:
http://www.nabble.com/Re%3A-TopDocCollector-vs-Hits-inquiry-tp21844751p21844751.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org
--------------------------
Grant Ingersoll
http://www.lucidimagination.com/
Lucene Helpful Hints:
http://wiki.apache.org/lucene-java/BasicsOfPerformance
http://wiki.apache.org/lucene-java/LuceneFAQ
---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org