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 SortedNumericSelector.Type |
MultiValuedDoubleFieldSource.selector |
protected SortedNumericSelector.Type |
MultiValuedFloatFieldSource.selector |
protected SortedNumericSelector.Type |
MultiValuedIntFieldSource.selector |
protected SortedNumericSelector.Type |
MultiValuedLongFieldSource.selector |
Constructor and Description |
---|
MultiValuedDoubleFieldSource(java.lang.String field,
SortedNumericSelector.Type selector) |
MultiValuedFloatFieldSource(java.lang.String field,
SortedNumericSelector.Type selector) |
MultiValuedIntFieldSource(java.lang.String field,
SortedNumericSelector.Type selector) |
MultiValuedLongFieldSource(java.lang.String field,
SortedNumericSelector.Type selector) |
Modifier and Type | Method and Description |
---|---|
SortedNumericSelector.Type |
SortedNumericSortField.getSelector()
Returns the selector in use for this sort
|
static SortedNumericSelector.Type |
SortedNumericSelector.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SortedNumericSelector.Type[] |
SortedNumericSelector.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 NumericDocValues |
SortedNumericSelector.wrap(SortedNumericDocValues sortedNumeric,
SortedNumericSelector.Type selector,
SortField.Type numericType)
Wraps a multi-valued SortedNumericDocValues as a single-valued view, using the specified selector
and numericType.
|
Constructor and Description |
---|
SortedNumericSortField(java.lang.String field,
SortField.Type type,
boolean reverse,
SortedNumericSelector.Type selector)
Creates a sort, possibly in reverse, specifying how the sort value from
the document's set is selected.
|
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.