Uses of Enum Class
org.apache.lucene.search.SortedNumericSelector.Type
Packages that use SortedNumericSelector.Type
Package
Description
A variety of functions to use with FunctionQuery.
Code to search indices.
-
Uses of SortedNumericSelector.Type in org.apache.lucene.queries.function.valuesource
Fields in org.apache.lucene.queries.function.valuesource declared as SortedNumericSelector.TypeModifier and TypeFieldDescriptionprotected final SortedNumericSelector.Type
MultiValuedDoubleFieldSource.selector
protected final SortedNumericSelector.Type
MultiValuedFloatFieldSource.selector
protected final SortedNumericSelector.Type
MultiValuedIntFieldSource.selector
protected final SortedNumericSelector.Type
MultiValuedLongFieldSource.selector
Constructors in org.apache.lucene.queries.function.valuesource with parameters of type SortedNumericSelector.TypeModifierConstructorDescriptionMultiValuedDoubleFieldSource
(String field, SortedNumericSelector.Type selector) MultiValuedFloatFieldSource
(String field, SortedNumericSelector.Type selector) MultiValuedIntFieldSource
(String field, SortedNumericSelector.Type selector) MultiValuedLongFieldSource
(String field, SortedNumericSelector.Type selector) -
Uses of SortedNumericSelector.Type in org.apache.lucene.search
Fields in org.apache.lucene.search declared as SortedNumericSelector.TypeModifier and TypeFieldDescriptionprivate final SortedNumericSelector.Type
SortedNumericSortField.selector
Methods in org.apache.lucene.search that return SortedNumericSelector.TypeModifier and TypeMethodDescriptionSortedNumericSortField.getSelector()
Returns the selector in use for this sortprivate static SortedNumericSelector.Type
SortedNumericSortField.readSelectorType
(DataInput in) static SortedNumericSelector.Type
Returns the enum constant of this class with the specified name.static SortedNumericSelector.Type[]
SortedNumericSelector.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.lucene.search with parameters of type SortedNumericSelector.TypeModifier and TypeMethodDescriptionstatic NumericDocValues
SortedNumericSelector.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 SortedNumericSelector.TypeModifierConstructorDescriptionSortedNumericSortField
(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.