Package org.apache.solr.search
Interface DocIterationInfo
- All Known Subinterfaces:
DocIterator
- All Known Implementing Classes:
DocIterationInfo.NoDocIterationInfo
public interface DocIterationInfo
Information for the current document in the
DocIterator.-
Field Details
-
NONE
-
-
Method Details
-
score
float score()Returns the score for the document just returned bynextDoc()The value returned may be meaningless depending on the context in which the DocIterator instance was retrieved.
-
originalScore
Returns the original query match score in case of rerank queries- Returns:
- the original query match score in case of a rerank query, null otherwise.
-