Uses of Class
org.elasticsearch.index.fielddata.IndexFieldData.XFieldComparatorSource.Nested
-
-
Uses of IndexFieldData.XFieldComparatorSource.Nested in org.elasticsearch.index.fielddata
Fields in org.elasticsearch.index.fielddata declared as IndexFieldData.XFieldComparatorSource.Nested Modifier and Type Field Description protected IndexFieldData.XFieldComparatorSource.NestedIndexFieldData.XFieldComparatorSource. nestedMethods in org.elasticsearch.index.fielddata that return IndexFieldData.XFieldComparatorSource.Nested Modifier and Type Method Description IndexFieldData.XFieldComparatorSource.NestedIndexFieldData.XFieldComparatorSource. nested()Methods in org.elasticsearch.index.fielddata with parameters of type IndexFieldData.XFieldComparatorSource.Nested 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 IndexFieldData.XFieldComparatorSource.Nested Constructor Description XFieldComparatorSource(Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested) -
Uses of IndexFieldData.XFieldComparatorSource.Nested in org.elasticsearch.index.fielddata.fieldcomparator
-
Uses of IndexFieldData.XFieldComparatorSource.Nested in org.elasticsearch.index.fielddata.ordinals
Methods in org.elasticsearch.index.fielddata.ordinals with parameters of type IndexFieldData.XFieldComparatorSource.Nested 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 IndexFieldData.XFieldComparatorSource.Nested in org.elasticsearch.index.fielddata.plain
Methods in org.elasticsearch.index.fielddata.plain with parameters of type IndexFieldData.XFieldComparatorSource.Nested 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 IndexFieldData.XFieldComparatorSource.Nested in org.elasticsearch.search.sort
Methods in org.elasticsearch.search.sort that return IndexFieldData.XFieldComparatorSource.Nested Modifier and Type Method Description protected static IndexFieldData.XFieldComparatorSource.NestedSortBuilder. resolveNested(QueryShardContext context, String nestedPath, QueryBuilder nestedFilter)protected static IndexFieldData.XFieldComparatorSource.NestedSortBuilder. resolveNested(QueryShardContext context, NestedSortBuilder nestedSort)
-