Uses of Enum Class
org.hibernate.search.backend.lucene.lowlevel.docvalues.impl.MultiValueMode
Packages that use MultiValueMode
Package
Description
-
Uses of MultiValueMode in org.hibernate.search.backend.lucene.lowlevel.docvalues.impl
Fields in org.hibernate.search.backend.lucene.lowlevel.docvalues.impl declared as MultiValueModeModifier and TypeFieldDescriptionprotected final MultiValueModeDoubleMultiValuesToSingleValuesSource.modeprotected final MultiValueModeLongMultiValuesToSingleValuesSource.modeprotected final MultiValueModeTextMultiValuesToSingleValuesSource.modeMethods in org.hibernate.search.backend.lucene.lowlevel.docvalues.impl that return MultiValueModeModifier and TypeMethodDescriptionstatic MultiValueModeReturns the enum constant of this class with the specified name.static MultiValueMode[]MultiValueMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.search.backend.lucene.lowlevel.docvalues.impl with parameters of type MultiValueModeModifier and TypeMethodDescriptionDoubleMultiValuesToSingleValuesSource.fromDoubleField(String field, MultiValueMode mode, NestedDocsProvider nested) Creates aDoubleMultiValuesToSingleValuesSourcethat wraps a double-valued fieldTextMultiValuesToSingleValuesSource.fromField(String field, MultiValueMode mode, NestedDocsProvider nested) Creates aTextMultiValuesToSingleValuesSourcethat wraps a text fieldDoubleMultiValuesToSingleValuesSource.fromFloatField(String field, MultiValueMode mode, NestedDocsProvider nested) Creates aDoubleMultiValuesToSingleValuesSourcethat wraps a float-valued fieldLongMultiValuesToSingleValuesSource.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 fieldConstructors in org.hibernate.search.backend.lucene.lowlevel.docvalues.impl with parameters of type MultiValueModeModifierConstructorDescriptionDoubleMultiValuesToSingleValuesSource(MultiValueMode mode, NestedDocsProvider nestedDocsProvider) GeoPointDistanceMultiValuesToSingleValuesSource(String field, MultiValueMode mode, NestedDocsProvider nestedDocsProvider, GeoPoint center) LongMultiValuesToSingleValuesSource(MultiValueMode mode, NestedDocsProvider nestedDocsProvider) TextMultiValuesToSingleValuesSource(MultiValueMode mode, NestedDocsProvider nestedDocsProvider) -
Uses of MultiValueMode in org.hibernate.search.backend.lucene.types.lowlevel.impl
Methods in org.hibernate.search.backend.lucene.types.lowlevel.impl with parameters of type MultiValueModeModifier and TypeMethodDescriptionorg.apache.lucene.search.FieldComparator<Double>LuceneDoubleDomain.createFieldComparator(String fieldName, int numHits, Double missingValue, boolean reversed, org.apache.lucene.search.Pruning pruning, MultiValueMode multiValueMode, NestedDocsProvider nestedDocsProvider) org.apache.lucene.search.FieldComparator<Float>LuceneFloatDomain.createFieldComparator(String fieldName, int numHits, Float missingValue, boolean reversed, org.apache.lucene.search.Pruning pruning, MultiValueMode multiValueMode, NestedDocsProvider nestedDocsProvider) org.apache.lucene.search.FieldComparator<Integer>LuceneIntegerDomain.createFieldComparator(String fieldName, int numHits, Integer missingValue, boolean reversed, org.apache.lucene.search.Pruning pruning, MultiValueMode multiValueMode, NestedDocsProvider nestedDocsProvider) org.apache.lucene.search.FieldComparator<Long>LuceneLongDomain.createFieldComparator(String fieldName, int numHits, Long missingValue, boolean reversed, org.apache.lucene.search.Pruning pruning, MultiValueMode multiValueMode, NestedDocsProvider nestedDocsProvider) org.apache.lucene.search.FieldComparator<E>LuceneNumericDomain.createFieldComparator(String absoluteFieldPath, int numHits, E missingValue, boolean reversed, org.apache.lucene.search.Pruning pruning, MultiValueMode multiValueMode, NestedDocsProvider nestedDocsProvider) -
Uses of MultiValueMode in org.hibernate.search.backend.lucene.types.sort.comparatorsource.impl
Constructors in org.hibernate.search.backend.lucene.types.sort.comparatorsource.impl with parameters of type MultiValueModeModifierConstructorDescriptionLuceneGeoPointDistanceComparatorSource(String nestedDocumentPath, GeoPoint center, double missingValue, MultiValueMode mode, org.apache.lucene.search.Query filter) LuceneNumericFieldComparatorSource(String nestedDocumentPath, LuceneNumericDomain<E> numericDomain, E missingValue, MultiValueMode sortMode, org.apache.lucene.search.Query filter) LuceneTextFieldComparatorSource(String nestedDocumentPath, Object missingValue, MultiValueMode multiValueMode, org.apache.lucene.search.Query luceneFilter) -
Uses of MultiValueMode in org.hibernate.search.backend.lucene.types.sort.impl
Methods in org.hibernate.search.backend.lucene.types.sort.impl with parameters of type MultiValueModeModifier and TypeMethodDescriptionprotected abstract LuceneFieldComparatorSourceAbstractLuceneDocumentValueSort.doCreateFieldComparatorSource(String nestedDocumentPath, MultiValueMode multiValueMode, org.apache.lucene.search.Query nestedFilter) protected LuceneFieldComparatorSourceLuceneGeoPointDistanceSort.doCreateFieldComparatorSource(String nestedDocumentPath, MultiValueMode multiValueMode, org.apache.lucene.search.Query nestedFilter)