Uses of Class
org.hibernate.search.backend.lucene.lowlevel.docvalues.impl.MultiValueMode
-
-
Uses of MultiValueMode in org.hibernate.search.backend.lucene.lowlevel.docvalues.impl
Fields in org.hibernate.search.backend.lucene.lowlevel.docvalues.impl declared as MultiValueMode Modifier and Type Field Description protected MultiValueModeDoubleMultiValuesToSingleValuesSource. modeprotected MultiValueModeLongMultiValuesToSingleValuesSource. modeprotected MultiValueModeTextMultiValuesToSingleValuesSource. modeMethods in org.hibernate.search.backend.lucene.lowlevel.docvalues.impl that return MultiValueMode Modifier and Type Method Description static MultiValueModeMultiValueMode. valueOf(String name)Returns the enum constant of this type with the specified name.static MultiValueMode[]MultiValueMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.hibernate.search.backend.lucene.lowlevel.docvalues.impl with parameters of type MultiValueMode Constructor Description DoubleMultiValuesToSingleValuesSource(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 MultiValueMode Modifier and Type Method Description org.apache.lucene.search.FieldComparator<Double>LuceneDoubleDomain. createFieldComparator(String fieldName, int numHits, Double missingValue, boolean reversed, int sortPos, MultiValueMode multiValueMode, NestedDocsProvider nestedDocsProvider)org.apache.lucene.search.FieldComparator<Float>LuceneFloatDomain. createFieldComparator(String fieldName, int numHits, Float missingValue, boolean reversed, int sortPos, MultiValueMode multiValueMode, NestedDocsProvider nestedDocsProvider)org.apache.lucene.search.FieldComparator<Integer>LuceneIntegerDomain. createFieldComparator(String fieldName, int numHits, Integer missingValue, boolean reversed, int sortPos, MultiValueMode multiValueMode, NestedDocsProvider nestedDocsProvider)org.apache.lucene.search.FieldComparator<Long>LuceneLongDomain. createFieldComparator(String fieldName, int numHits, Long missingValue, boolean reversed, int sortPos, MultiValueMode multiValueMode, NestedDocsProvider nestedDocsProvider)org.apache.lucene.search.FieldComparator<E>LuceneNumericDomain. createFieldComparator(String absoluteFieldPath, int numHits, E missingValue, boolean reversed, int sortPos, 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 MultiValueMode Constructor Description LuceneGeoPointDistanceComparatorSource(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 that return MultiValueMode Modifier and Type Method Description protected MultiValueModeAbstractLuceneDocumentValueSort.AbstractBuilder. getMultiValueMode()
-