| Package | Description |
|---|---|
| org.apache.lucene.sandbox.queries |
Additional queries (some may have caveats or limitations)
|
| Modifier and Type | Method and Description |
|---|---|
SortedSetSortField.Selector |
SortedSetSortField.getSelector()
Returns the selector in use for this sort
|
static SortedSetSortField.Selector |
SortedSetSortField.Selector.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortedSetSortField.Selector[] |
SortedSetSortField.Selector.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SortedSetSortField(String field,
boolean reverse,
SortedSetSortField.Selector selector)
Creates a sort, possibly in reverse, specifying how the sort value from
the document's set is selected.
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.