public class QueryCommandResult extends Object
TopDocs
and the number of matches.Constructor and Description |
---|
QueryCommandResult(TopDocs topDocs,
int matches) |
Modifier and Type | Method and Description |
---|---|
int |
getMatches() |
TopDocs |
getTopDocs() |
public QueryCommandResult(TopDocs topDocs, int matches)
public TopDocs getTopDocs()
public int getMatches()