Uses of Class
org.apache.lucene.search.SortField
Packages that use SortField
-
Uses of SortField in org.apache.lucene.search
Fields in org.apache.lucene.search declared as SortFieldModifier and TypeFieldDescriptionstatic final SortFieldSortField.FIELD_DOCRepresents sorting by document number (index order).static final SortFieldSortField.FIELD_SCORERepresents sorting by document score (relevance).protected final SortField[]FieldValueHitQueue.fieldsStores the sort criteria being used.TopFieldDocs.fieldsThe fields which were used to sort results by.Methods in org.apache.lucene.search that return SortFieldModifier and TypeMethodDescriptionSort.getSort()Representation of the sort criteria.SortField.rewrite(IndexSearcher searcher) Rewrites this SortField, returning a new SortField if a change is made.Methods in org.apache.lucene.search with parameters of type SortFieldModifier and TypeMethodDescriptionstatic <T extends FieldValueHitQueue.Entry>
FieldValueHitQueue<T>Creates a hit queue sorted by the given list of fields.voidSets the sort to the given criteria.voidSets the sort to the given criteria in succession.Constructors in org.apache.lucene.search with parameters of type SortField