| Package | Description |
|---|---|
| org.apache.lucene.queries.function.valuesource |
A variety of functions to use with FunctionQuery.
|
| org.apache.lucene.search |
Code to search indices.
|
| Modifier and Type | Field and Description |
|---|---|
protected SortedSetSelector.Type |
SortedSetFieldSource.selector |
| Constructor and Description |
|---|
SortedSetFieldSource(java.lang.String field,
SortedSetSelector.Type selector) |
| Modifier and Type | Method and Description |
|---|---|
SortedSetSelector.Type |
SortedSetSortField.getSelector()
Returns the selector in use for this sort
|
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.
|
| 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(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.
|
Copyright © 2000–2025 The Apache Software Foundation. All rights reserved.