Thanks. Is there any issue the way we are calling the
indexReader.getDocument(doc)? 

Not sure how do I get an AtomicReaderConext in the following below method?
Any pointers on how do I get that instance is appreciated?

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

 *  How do I get an AtomicReader context here? *

     delegate.collect(doc);
   } 

Thanks and appreciate your help here.



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