I want to get the Document in the following below code and thats why I need
an indexReader

public void collect(int doc) throws IOException {
    // ADD YOUR CUSTOM LOGIC HERE

*    Document doc = indexReader.document(doc)*
    delegate.collect(doc);
  }


But this seems to be the problem as the indexReader is fetching an incorrect
document. Do you think that there are any concurrency issues here?

Thanks,
Sai.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/TopDocCollector-vs-TopScoreDocCollector-semantics-changed-in-4-0-not-backward-comptabile-tp4035806p4043488.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

Reply via email to