Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Method and Description |
---|---|
FieldComparatorSource |
SortField.getComparatorSource()
Returns the
FieldComparatorSource used for
custom sorting |
Constructor and Description |
---|
SortField(String field,
FieldComparatorSource comparator)
Creates a sort with a custom comparison function.
|
SortField(String field,
FieldComparatorSource comparator,
boolean reverse)
Creates a sort, possibly in reverse, with a custom comparison function.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.