org.apache.lucene.search
Class TopDocs
- Serializable
Expert: Returned by low-level search implementations.
float | getMaxScore() - Expert: Returns the maximum score value encountered.
|
void | setMaxScore(float maxScore) - Expert: Sets the maximum score value encountered.
|
scoreDocs
public ScoreDoc[] scoreDocs
Expert: The top hits for the query.
totalHits
public int totalHits
Expert: The total number of hits for the query.
getMaxScore
public float getMaxScore()
Expert: Returns the maximum score value encountered.
setMaxScore
public void setMaxScore(float maxScore)
Expert: Sets the maximum score value encountered.
Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.