Assume, I have some scorer. During the execution of score() method, I'm
caching a document id and scoring details to a Map. Further, in the
explain(docID) method, I'm taking scoring details from that map by docID.
Is it a correct scheme? If no how to implement it correctly?

Regards,
Vadim Gindin

Reply via email to