Uses of Class
org.elasticsearch.search.MultiValueMode
-
-
Uses of MultiValueMode in org.elasticsearch.index
Fields in org.elasticsearch.index with type parameters of type MultiValueMode Modifier and Type Field Description static Setting<List<MultiValueMode>>IndexSortConfig. INDEX_SORT_MODE_SETTINGTheMultiValueModefor each specified sort field (ie. -
Uses of MultiValueMode in org.elasticsearch.index.fielddata
Fields in org.elasticsearch.index.fielddata declared as MultiValueMode Modifier and Type Field Description protected MultiValueModeIndexFieldData.XFieldComparatorSource. sortModeMethods in org.elasticsearch.index.fielddata that return MultiValueMode Modifier and Type Method Description MultiValueModeIndexFieldData.XFieldComparatorSource. sortMode()Methods in org.elasticsearch.index.fielddata with parameters of type MultiValueMode Modifier and Type Method Description SortFieldIndexFieldData. sortField(Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested, boolean reverse)Returns theSortFieldto use for sorting.Constructors in org.elasticsearch.index.fielddata with parameters of type MultiValueMode Constructor Description XFieldComparatorSource(Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested) -
Uses of MultiValueMode in org.elasticsearch.index.fielddata.fieldcomparator
-
Uses of MultiValueMode in org.elasticsearch.index.fielddata.ordinals
Methods in org.elasticsearch.index.fielddata.ordinals with parameters of type MultiValueMode Modifier and Type Method Description SortFieldGlobalOrdinalsIndexFieldData.Consumer. sortField(Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested, boolean reverse)SortFieldGlobalOrdinalsIndexFieldData. sortField(Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested, boolean reverse) -
Uses of MultiValueMode in org.elasticsearch.index.fielddata.plain
Methods in org.elasticsearch.index.fielddata.plain with parameters of type MultiValueMode Modifier and Type Method Description SortFieldAbstractLatLonPointDVIndexFieldData. sortField(Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested, boolean reverse)SortFieldBinaryDVIndexFieldData. sortField(Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested, boolean reverse)SortFieldBytesBinaryDVIndexFieldData. sortField(Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested, boolean reverse)SortFieldConstantIndexFieldData. sortField(Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested, boolean reverse)SortFieldPagedBytesIndexFieldData. sortField(Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested, boolean reverse)SortFieldSortedNumericDVIndexFieldData. sortField(Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested, boolean reverse)SortFieldSortedNumericDVIndexFieldData. sortField(IndexNumericFieldData.NumericType targetNumericType, Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested, boolean reverse)Returns theSortFieldto used for sorting.SortFieldSortedSetDVOrdinalsIndexFieldData. sortField(Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested, boolean reverse) -
Uses of MultiValueMode in org.elasticsearch.index.query.functionscore
Fields in org.elasticsearch.index.query.functionscore declared as MultiValueMode Modifier and Type Field Description static MultiValueModeDecayFunctionBuilder. DEFAULT_MULTI_VALUE_MODEprotected MultiValueModeDecayFunctionBuilder.AbstractDistanceScoreFunction. modeMethods in org.elasticsearch.index.query.functionscore that return MultiValueMode Modifier and Type Method Description MultiValueModeDecayFunctionBuilder. getMultiValueMode()Methods in org.elasticsearch.index.query.functionscore with parameters of type MultiValueMode Modifier and Type Method Description DFBDecayFunctionBuilder. setMultiValueMode(MultiValueMode multiValueMode)Constructors in org.elasticsearch.index.query.functionscore with parameters of type MultiValueMode Constructor Description AbstractDistanceScoreFunction(double userSuppiedScale, double decay, double offset, DecayFunction func, MultiValueMode mode) -
Uses of MultiValueMode in org.elasticsearch.search
Methods in org.elasticsearch.search that return MultiValueMode Modifier and Type Method Description static MultiValueModeMultiValueMode. fromString(String sortMode)A case insensitive version ofvalueOf(String)static MultiValueModeMultiValueMode. readMultiValueModeFrom(StreamInput in)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.
-