Uses of Class
org.apache.lucene.search.SortedSetSelector.Type
-
Packages that use SortedSetSelector.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 SortedSetSelector.Type in org.apache.lucene.queries.function.valuesource
Fields in org.apache.lucene.queries.function.valuesource declared as SortedSetSelector.Type Modifier and Type Field Description protected SortedSetSelector.Type
SortedSetFieldSource. selector
Constructors in org.apache.lucene.queries.function.valuesource with parameters of type SortedSetSelector.Type Constructor Description SortedSetFieldSource(java.lang.String field, SortedSetSelector.Type selector)
-
Uses of SortedSetSelector.Type in org.apache.lucene.search
Fields in org.apache.lucene.search declared as SortedSetSelector.Type Modifier and Type Field Description private SortedSetSelector.Type
SortedSetSortField. selector
Methods in org.apache.lucene.search that return SortedSetSelector.Type Modifier and Type Method Description SortedSetSelector.Type
SortedSetSortField. getSelector()
Returns the selector in use for this sortprivate static SortedSetSelector.Type
SortedSetSortField. readSelectorType(DataInput in)
static SortedSetSelector.Type
SortedSetSelector.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SortedSetSelector.Type[]
SortedSetSelector.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 SortedSetSelector.Type Modifier and Type Method Description static SortedDocValues
SortedSetSelector. wrap(SortedSetDocValues sortedSet, SortedSetSelector.Type selector)
Wraps a multi-valued SortedSetDocValues as a single-valued view, using the specified selectorConstructors in org.apache.lucene.search with parameters of type SortedSetSelector.Type Constructor Description SortedSetSortField(java.lang.String field, boolean reverse, SortedSetSelector.Type selector)
Creates a sort, possibly in reverse, specifying how the sort value from the document's set is selected.
-