Class QueryCommandResult
- java.lang.Object
-
- org.apache.solr.search.grouping.distributed.command.QueryCommandResult
-
public class QueryCommandResult extends Object
EncapsulatesTopDocs
and the number of matches.
-
-
Constructor Summary
Constructors Constructor Description QueryCommandResult(org.apache.lucene.search.TopDocs topDocs, int matches, float maxScore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMatches()
float
getMaxScore()
org.apache.lucene.search.TopDocs
getTopDocs()
-