Class ScoreValues
java.lang.Object
org.hibernate.search.backend.lucene.lowlevel.collector.impl.ScoreValues
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontext(org.apache.lucene.index.LeafReaderContext context) Sets the context to use for the next calls toValues.get(int).get(int doc)
-
Constructor Details
-
ScoreValues
-
-
Method Details
-
context
Description copied from interface:ValuesSets the context to use for the next calls toValues.get(int).- Specified by:
contextin interfaceValues<Float>- Parameters:
context- ALeafReaderContext.- Throws:
IOException- If an underlying I/O operation fails.
-
get
- Specified by:
getin interfaceValues<Float>- Returns:
- The value for the given document in the current leaf.
- Throws:
IOException- If an underlying I/O operation fails.
-