Uses of Class
org.hibernate.search.backend.lucene.lowlevel.docvalues.impl.LongMultiValuesToSingleValuesSource
-
Packages that use LongMultiValuesToSingleValuesSource Package Description org.hibernate.search.backend.lucene.lowlevel.comparator.impl org.hibernate.search.backend.lucene.lowlevel.docvalues.impl -
-
Uses of LongMultiValuesToSingleValuesSource in org.hibernate.search.backend.lucene.lowlevel.comparator.impl
Constructors in org.hibernate.search.backend.lucene.lowlevel.comparator.impl with parameters of type LongMultiValuesToSingleValuesSource Constructor Description IntValuesSourceComparator(int numHits, String field, Integer missingValue, boolean reversed, int sortPos, LongMultiValuesToSingleValuesSource source)LongValuesSourceComparator(int numHits, String field, Long missingValue, boolean reversed, int sortPos, LongMultiValuesToSingleValuesSource source) -
Uses of LongMultiValuesToSingleValuesSource in org.hibernate.search.backend.lucene.lowlevel.docvalues.impl
Methods in org.hibernate.search.backend.lucene.lowlevel.docvalues.impl that return LongMultiValuesToSingleValuesSource Modifier and Type Method Description static LongMultiValuesToSingleValuesSourceLongMultiValuesToSingleValuesSource. fromIntField(String field, MultiValueMode mode, NestedDocsProvider nested)Creates aLongMultiValuesToSingleValuesSourcethat wraps an int-valued fieldstatic LongMultiValuesToSingleValuesSourceLongMultiValuesToSingleValuesSource. fromLongField(String field, MultiValueMode mode, NestedDocsProvider nested)Creates aLongMultiValuesToSingleValuesSourcethat wraps a long-valued field
-