|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SortComparatorSource | |
|---|---|
| org.apache.lucene.search | Code to search indices. |
| Uses of SortComparatorSource in org.apache.lucene.search |
|---|
| Classes in org.apache.lucene.search that implement SortComparatorSource | |
|---|---|
class |
SortComparator
Abstract base class for sorting hits returned by a Query. |
| Methods in org.apache.lucene.search that return SortComparatorSource | |
|---|---|
SortComparatorSource |
SortField.getFactory()
|
| Constructors in org.apache.lucene.search with parameters of type SortComparatorSource | |
|---|---|
SortField(String field,
SortComparatorSource comparator)
Creates a sort with a custom comparison function. |
|
SortField(String field,
SortComparatorSource comparator,
boolean reverse)
Creates a sort, possibly in reverse, with a custom comparison function. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||