Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Class and Description |
---|---|
class |
SortComparator
Deprecated.
Please use
FieldComparatorSource instead. |
Modifier and Type | Method and Description |
---|---|
SortComparatorSource |
SortField.getFactory()
Deprecated.
|
Constructor and Description |
---|
SortField(java.lang.String field,
SortComparatorSource comparator)
Deprecated.
use SortField (String field, FieldComparatorSource comparator)
|
SortField(java.lang.String field,
SortComparatorSource comparator,
boolean reverse)
Deprecated.
use SortField (String field, FieldComparatorSource comparator, boolean reverse)
|
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.