org.apache.solr.search.grouping.distributed.command
Class QueryCommandResult
java.lang.Object
org.apache.solr.search.grouping.distributed.command.QueryCommandResult
public class QueryCommandResult
- extends Object
Encapsulates TopDocs
and the number of matches.
Constructor Summary |
QueryCommandResult(org.apache.lucene.search.TopDocs topDocs,
int matches)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryCommandResult
public QueryCommandResult(org.apache.lucene.search.TopDocs topDocs,
int matches)
getTopDocs
public org.apache.lucene.search.TopDocs getTopDocs()
getMatches
public int getMatches()
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.