Uses of Class
org.hibernate.search.backend.lucene.lowlevel.docvalues.impl.DoubleMultiValuesToSingleValuesSource
Packages that use DoubleMultiValuesToSingleValuesSource
Package
Description
-
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 DoubleMultiValuesToSingleValuesSourceModifierConstructorDescriptionDoubleValuesSourceComparator(int numHits, String field, Double missingValue, boolean reversed, org.apache.lucene.search.Pruning ignored, DoubleMultiValuesToSingleValuesSource source) FloatValuesSourceComparator(int numHits, String field, Float missingValue, boolean reversed, org.apache.lucene.search.Pruning ignored, 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.implModifier and TypeClassDescriptionclassADoubleMultiValuesToSingleValuesSourcethat wraps the distance between a GeoPoint field and a given center.Methods in org.hibernate.search.backend.lucene.lowlevel.docvalues.impl that return DoubleMultiValuesToSingleValuesSourceModifier and TypeMethodDescriptionDoubleMultiValuesToSingleValuesSource.fromDoubleField(String field, MultiValueMode mode, NestedDocsProvider nested) Creates aDoubleMultiValuesToSingleValuesSourcethat wraps a double-valued fieldDoubleMultiValuesToSingleValuesSource.fromFloatField(String field, MultiValueMode mode, NestedDocsProvider nested) Creates aDoubleMultiValuesToSingleValuesSourcethat wraps a float-valued field