Uses of Class
org.hibernate.search.backend.lucene.lowlevel.docvalues.impl.DoubleMultiValuesToSingleValuesSource
-
Packages that use DoubleMultiValuesToSingleValuesSource Package Description org.hibernate.search.backend.lucene.lowlevel.comparator.impl org.hibernate.search.backend.lucene.lowlevel.docvalues.impl -
-
Uses of DoubleMultiValuesToSingleValuesSource in org.hibernate.search.backend.lucene.lowlevel.comparator.impl
Constructors in org.hibernate.search.backend.lucene.lowlevel.comparator.impl with parameters of type DoubleMultiValuesToSingleValuesSource Constructor Description DoubleValuesSourceComparator(int numHits, String field, Double missingValue, boolean reversed, int sortPos, DoubleMultiValuesToSingleValuesSource source)FloatValuesSourceComparator(int numHits, String field, Float missingValue, boolean reversed, int sortPos, DoubleMultiValuesToSingleValuesSource source) -
Uses of DoubleMultiValuesToSingleValuesSource in org.hibernate.search.backend.lucene.lowlevel.docvalues.impl
Subclasses of DoubleMultiValuesToSingleValuesSource in org.hibernate.search.backend.lucene.lowlevel.docvalues.impl Modifier and Type Class Description classGeoPointDistanceMultiValuesToSingleValuesSourceADoubleMultiValuesToSingleValuesSourcethat wraps the distance between a GeoPoint field and a given center.Methods in org.hibernate.search.backend.lucene.lowlevel.docvalues.impl that return DoubleMultiValuesToSingleValuesSource Modifier and Type Method Description static DoubleMultiValuesToSingleValuesSourceDoubleMultiValuesToSingleValuesSource. fromDoubleField(String field, MultiValueMode mode, NestedDocsProvider nested)Creates aDoubleMultiValuesToSingleValuesSourcethat wraps a double-valued fieldstatic DoubleMultiValuesToSingleValuesSourceDoubleMultiValuesToSingleValuesSource. fromFloatField(String field, MultiValueMode mode, NestedDocsProvider nested)Creates aDoubleMultiValuesToSingleValuesSourcethat wraps a float-valued field
-