While searching, I want to get the lucene assigned docid (that starts from
0 to the number of documents -1) of a document having a particular query
term.

>From inside the score(), printing 'doc' or calling docId() is returning a
docid which, I think, is the internal docid of a segment in which the
document is indexed. However, I want to have the lucene assigned docid. How
to do that?

Dwaipayan..

Reply via email to