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

Uses in package org.apache.lucene.search

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

Creates a hit queue sorted by the given list of fields.
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[]
Stores the sort criteria being used.
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.

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

SortField[]
Representation of the sort criteria.

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