Class LongMultiValuesSource
java.lang.Object
org.hibernate.search.backend.lucene.lowlevel.docvalues.impl.LongMultiValuesSource
- Direct Known Subclasses:
JoiningLongMultiValuesSource
A source of
LongMultiValues.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract LongMultiValuesgetValues(org.apache.lucene.index.LeafReaderContext ctx)
-
Constructor Details
-
LongMultiValuesSource
public LongMultiValuesSource()
-
-
Method Details
-
getValues
public abstract LongMultiValues getValues(org.apache.lucene.index.LeafReaderContext ctx) throws IOException - Returns:
- a
LongMultiValuesinstance for the passed-in LeafReaderContext. - Throws:
IOException
-