Uses of Enum Class
org.apache.lucene.search.SortedSetSelector.Type
Packages that use SortedSetSelector.Type
Package
Description
The logical representation of a
Document
for indexing and
searching.Code to search indices.
-
Uses of SortedSetSelector.Type in org.apache.lucene.document
Methods in org.apache.lucene.document with parameters of type SortedSetSelector.TypeModifier and TypeMethodDescriptionstatic SortField
KeywordField.newSortField
(String field, boolean reverse, SortedSetSelector.Type selector) -
Uses of SortedSetSelector.Type in org.apache.lucene.search
Methods in org.apache.lucene.search that return SortedSetSelector.TypeModifier and TypeMethodDescriptionSortedSetSortField.getSelector()
Returns the selector in use for this sortstatic SortedSetSelector.Type
Returns the enum constant of this class with the specified name.static SortedSetSelector.Type[]
SortedSetSelector.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 SortedSetSelector.TypeModifier and TypeMethodDescriptionstatic 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.TypeModifierConstructorDescriptionSortedSetSortField
(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.