You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by is_maximum <mn...@gmail.com> on 2007/03/29 08:04:58 UTC

question about HitCollector

Hello

The collect(int doc, int score) method. in this method, which id the
argument doc refers to? the original id in the index or the id of search
result (the position of document in the search result)

I ask this, because I implement a HitCollector and collect the IDs in a
BitSet and it was very strange when I move between documents I saw that it
shows all the document regardless of given query!!!

thanks regards
-- 
View this message in context: http://www.nabble.com/question-about-HitCollector-tf3484569.html#a9727557
Sent from the Lucene - Java Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org