org.apache.lucene.search

Class TopDocs

Implemented Interfaces:
java.io.Serializable
Known Direct Subclasses:
TopFieldDocs

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

Expert: Returned by low-level search implementations.
See Also:
Searcher.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.

Field Details

scoreDocs

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

totalHits

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

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