Package org.apache.solr.search
Class DocIterationInfo.NoDocIterationInfo
java.lang.Object
org.apache.solr.search.DocIterationInfo.NoDocIterationInfo
- All Implemented Interfaces:
DocIterationInfo
- Enclosing interface:
DocIterationInfo
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.solr.search.DocIterationInfo
DocIterationInfo.NoDocIterationInfo -
Field Summary
Fields inherited from interface org.apache.solr.search.DocIterationInfo
NONE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatscore()Returns the score for the document just returned bynextDoc()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.solr.search.DocIterationInfo
originalScore
-
Constructor Details
-
NoDocIterationInfo
public NoDocIterationInfo()
-
-
Method Details
-
score
public float score()Description copied from interface:DocIterationInfoReturns 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.
- Specified by:
scorein interfaceDocIterationInfo
-