org.apache.lucene.search
public class TopDocs extends Object implements Serializable
See Also: Searcher
Field Summary | |
---|---|
ScoreDoc[] | scoreDocs Expert: The top hits for the query. |
int | totalHits Expert: The total number of hits for the query. |
Method Summary | |
---|---|
float | getMaxScore() Expert: Returns the maximum score value encountered. |
void | setMaxScore(float maxScore) Expert: Sets the maximum score value encountered. |
See Also: length