Uses of Class
org.hibernate.search.backend.lucene.lowlevel.docvalues.impl.LongMultiValues
-
Packages that use LongMultiValues Package Description org.hibernate.search.backend.lucene.lowlevel.docvalues.impl -
-
Uses of LongMultiValues in org.hibernate.search.backend.lucene.lowlevel.docvalues.impl
Fields in org.hibernate.search.backend.lucene.lowlevel.docvalues.impl declared as LongMultiValues Modifier and Type Field Description static LongMultiValuesLongMultiValues. EMPTYAn empty DoubleMultiValues instance that always returnsfalsefromadvanceExact(int)Methods in org.hibernate.search.backend.lucene.lowlevel.docvalues.impl that return LongMultiValues Modifier and Type Method Description static LongMultiValuesLongMultiValues. fromDocValues(org.apache.lucene.index.SortedNumericDocValues docValues)LongMultiValuesJoiningLongMultiValuesSource. getValues(org.apache.lucene.index.LeafReaderContext ctx)abstract LongMultiValuesLongMultiValuesSource. getValues(org.apache.lucene.index.LeafReaderContext ctx)protected LongMultiValuesJoiningLongMultiValuesSource. select(org.apache.lucene.index.SortedNumericDocValues values, ChildDocIds childDocsWithValues)
-