Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Method and Description |
---|---|
SortedSetSelector.Type |
SortedSetSortField.getSelector()
Returns the selector in use for this sort
|
static SortedSetSelector.Type |
SortedSetSelector.Type.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
static SortedDocValues |
SortedSetSelector.wrap(SortedSetDocValues sortedSet,
SortedSetSelector.Type selector)
Wraps a multi-valued SortedSetDocValues as a single-valued view, using the specified selector
|
Constructor and Description |
---|
SortedSetSortField(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.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.