org.apache.lucene.search
Class TopFieldDocs
- java.lang.Object
-
- org.apache.lucene.search.TopDocs
-
- org.apache.lucene.search.TopFieldDocs
-
- All Implemented Interfaces:
- java.io.Serializable
public class TopFieldDocs extends TopDocs
Expert: Returned by low-level sorted search implementations.Created: Feb 12, 2004 8:58:46 AM
- Since:
- lucene 1.4
- See Also:
Searcher.search(Query,Filter,int,Sort), Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description SortField[]fieldsThe fields which were used to sort results by.
-
Method Summary
-
Methods inherited from class org.apache.lucene.search.TopDocs
getMaxScore, setMaxScore
-
-
-
-
Field Detail
-
fields
public SortField[] fields
The fields which were used to sort results by.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG