Class LongMultiValuesSource
- java.lang.Object
-
- org.hibernate.search.backend.lucene.lowlevel.docvalues.impl.LongMultiValuesSource
-
- Direct Known Subclasses:
JoiningLongMultiValuesSource
public abstract class LongMultiValuesSource extends Object
A source ofLongMultiValues.
-
-
Constructor Summary
Constructors Constructor Description LongMultiValuesSource()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract LongMultiValuesgetValues(org.apache.lucene.index.LeafReaderContext ctx)
-
-
-
Method Detail
-
getValues
public abstract LongMultiValues getValues(org.apache.lucene.index.LeafReaderContext ctx) throws IOException
- Returns:
- a
LongMultiValuesinstance for the passed-in LeafReaderContext. - Throws:
IOException
-
-