Class IdentifierValues
java.lang.Object
org.hibernate.search.backend.lucene.lowlevel.collector.impl.IdentifierValues
-
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
-
IdentifierValues
public IdentifierValues()
-
-
Method Details
-
context
Description copied from interface:ValuesSets the context to use for the next calls toValues.get(int).- Specified by:
contextin interfaceValues<String>- Parameters:
context- ALeafReaderContext.- Throws:
IOException- If an underlying I/O operation fails.
-
get
- Specified by:
getin interfaceValues<String>- Returns:
- The value for the given document in the current leaf.
- Throws:
IOException- If an underlying I/O operation fails.
-