Uses of Class
org.apache.lucene.search.SortedNumericSelector.Type
-
Packages that use SortedNumericSelector.Type Package Description org.apache.lucene.queries.function.valuesource A variety of functions to use with FunctionQuery.org.apache.lucene.search 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.Type Modifier and Type Field Description protected SortedNumericSelector.TypeMultiValuedDoubleFieldSource. selectorprotected SortedNumericSelector.TypeMultiValuedFloatFieldSource. selectorprotected SortedNumericSelector.TypeMultiValuedIntFieldSource. selectorprotected SortedNumericSelector.TypeMultiValuedLongFieldSource. selectorConstructors in org.apache.lucene.queries.function.valuesource with parameters of type SortedNumericSelector.Type Constructor Description MultiValuedDoubleFieldSource(java.lang.String field, SortedNumericSelector.Type selector)MultiValuedFloatFieldSource(java.lang.String field, SortedNumericSelector.Type selector)MultiValuedIntFieldSource(java.lang.String field, SortedNumericSelector.Type selector)MultiValuedLongFieldSource(java.lang.String field, SortedNumericSelector.Type selector) -
Uses of SortedNumericSelector.Type in org.apache.lucene.search
Fields in org.apache.lucene.search declared as SortedNumericSelector.Type Modifier and Type Field Description private SortedNumericSelector.TypeSortedNumericSortField. selectorMethods in org.apache.lucene.search that return SortedNumericSelector.Type Modifier and Type Method Description SortedNumericSelector.TypeSortedNumericSortField. getSelector()Returns the selector in use for this sortprivate static SortedNumericSelector.TypeSortedNumericSortField. readSelectorType(DataInput in)static SortedNumericSelector.TypeSortedNumericSelector.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SortedNumericSelector.Type[]SortedNumericSelector.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 SortedNumericSelector.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 SortedNumericSelector.Type Constructor Description SortedNumericSortField(java.lang.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.
-