Uses of Class
org.apache.lucene.search.SortField.Type
-
-
Uses of SortField.Type in org.apache.lucene.search
Methods in org.apache.lucene.search that return SortField.Type Modifier and Type Method Description SortField.TypeSortedNumericSortField. getNumericType()Returns the numeric type in use for this sortSortField.TypeSortField. getType()Returns the type of contents in the field.static SortField.TypeSortField.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static SortField.Type[]SortField.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.lucene.search with parameters of type SortField.Type Modifier and Type Method Description static NumericDocValuesSortedNumericSelector. wrap(SortedNumericDocValues sortedNumeric, SortedNumericSelector.Type selector, SortField.Type numericType)Wraps a multi-valued SortedNumericDocValues as a single-valued view, using the specified selector and numericType.Constructors in org.apache.lucene.search with parameters of type SortField.Type Constructor Description SortedNumericSortField(String field, SortField.Type type)Creates a sort, by the minimum value in the set for the document.SortedNumericSortField(String field, SortField.Type type, boolean reverse)Creates a sort, possibly in reverse, by the minimum value in the set for the document.SortedNumericSortField(String field, SortField.Type type, boolean reverse, SortedNumericSelector.Type selector)Creates a sort, possibly in reverse, specifying how the sort value from the document's set is selected.SortField(String field, SortField.Type type)Creates a sort by terms in the given field with the type of term values explicitly given.SortField(String field, SortField.Type type, boolean reverse)Creates a sort, possibly in reverse, by terms in the given field with the type of term values explicitly given. -
Uses of SortField.Type in org.elasticsearch.common.lucene
Methods in org.elasticsearch.common.lucene that return SortField.Type Modifier and Type Method Description static SortField.TypeLucene. readSortType(StreamInput in)Methods in org.elasticsearch.common.lucene with parameters of type SortField.Type Modifier and Type Method Description static voidLucene. writeSortType(StreamOutput out, SortField.Type sortType) -
Uses of SortField.Type in org.elasticsearch.index
Methods in org.elasticsearch.index that return SortField.Type Modifier and Type Method Description static SortField.TypeIndexSortConfig. getSortFieldType(SortField sortField) -
Uses of SortField.Type in org.elasticsearch.index.fielddata
Methods in org.elasticsearch.index.fielddata that return SortField.Type Modifier and Type Method Description abstract SortField.TypeIndexFieldData.XFieldComparatorSource. reducedType() -
Uses of SortField.Type in org.elasticsearch.index.fielddata.fieldcomparator
Methods in org.elasticsearch.index.fielddata.fieldcomparator that return SortField.Type Modifier and Type Method Description SortField.TypeBytesRefFieldComparatorSource. reducedType()SortField.TypeDoubleValuesComparatorSource. reducedType()SortField.TypeFloatValuesComparatorSource. reducedType()SortField.TypeLongValuesComparatorSource. reducedType()
-