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.

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.

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