Uses of Class org.apache.lucene.search.SortField

Uses in package org.apache.lucene.search

Constructors with parameter type org.apache.lucene.search.SortField

Sorts by the criteria in the given SortField.
Sort.Sort(SortField[] fields)
Sorts in succession by the criteria in each SortField.

Fields of type org.apache.lucene.search.SortField

SortField
Represents sorting by document number (index order).
SortField
Represents sorting by document score (relevancy).
SortField[]
The fields which were used to sort results by.

Methods with parameter type org.apache.lucene.search.SortField

void
Sets the sort to the given criteria.
void
Sets the sort to the given criteria in succession.

Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.