Package | Description |
---|---|
org.apache.lucene.queries.function |
Queries that compute score based upon a function.
|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ValueSource.ValueSourceComparatorSource |
Modifier and Type | Class and Description |
---|---|
private static class |
DoubleValuesSource.DoubleValuesComparatorSource |
private static class |
LongValuesSource.LongValuesComparatorSource |
Modifier and Type | Field and Description |
---|---|
private FieldComparatorSource |
SortField.comparatorSource |
Modifier and Type | Method and Description |
---|---|
FieldComparatorSource |
SortField.getComparatorSource()
Returns the
FieldComparatorSource used for
custom sorting |
Constructor and Description |
---|
SortField(java.lang.String field,
FieldComparatorSource comparator)
Creates a sort with a custom comparison function.
|
SortField(java.lang.String field,
FieldComparatorSource comparator,
boolean reverse)
Creates a sort, possibly in reverse, with a custom comparison function.
|