Uses of Class
org.hibernate.search.backend.lucene.lowlevel.docvalues.impl.LongMultiValuesToSingleValuesSource
Packages that use LongMultiValuesToSingleValuesSource
Package
Description
-
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 LongMultiValuesToSingleValuesSourceModifierConstructorDescriptionIntValuesSourceComparator(int numHits, String field, Integer missingValue, boolean reversed, org.apache.lucene.search.Pruning ignored, LongMultiValuesToSingleValuesSource source) LongValuesSourceComparator(int numHits, String field, Long missingValue, boolean reversed, org.apache.lucene.search.Pruning ignored, 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 LongMultiValuesToSingleValuesSourceModifier and TypeMethodDescriptionLongMultiValuesToSingleValuesSource.fromIntField(String field, MultiValueMode mode, NestedDocsProvider nested) Creates aLongMultiValuesToSingleValuesSourcethat wraps an int-valued fieldLongMultiValuesToSingleValuesSource.fromLongField(String field, MultiValueMode mode, NestedDocsProvider nested) Creates aLongMultiValuesToSingleValuesSourcethat wraps a long-valued field