org.apache.lucene.search
Class TopDocs

java.lang.Object
  extended byorg.apache.lucene.search.TopDocs
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TopFieldDocs

public class TopDocs
extends java.lang.Object
implements java.io.Serializable

Expert: Returned by low-level search implementations.

See Also:
Searchable.search(Query,Filter,int), Serialized Form

Field Summary
 ScoreDoc[] scoreDocs
          Expert: The top hits for the query.
 int totalHits
          Expert: The total number of hits for the query.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

totalHits

public int totalHits
Expert: The total number of hits for the query.

See Also:
Hits.length()

scoreDocs

public ScoreDoc[] scoreDocs
Expert: The top hits for the query.



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