|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.lucene.search.TopDocs
org.apache.lucene.search.TopFieldDocs
public class TopFieldDocs
Expert: Returned by low-level sorted search implementations.
Created: Feb 12, 2004 8:58:46 AM
Searchable.search(Query,Filter,int,Sort)
,
Serialized FormField Summary | |
---|---|
SortField[] |
fields
The fields which were used to sort results by. |
Fields inherited from class org.apache.lucene.search.TopDocs |
---|
scoreDocs, totalHits |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public SortField[] fields
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |