public class QueryCommandResult
extends java.lang.Object
TopDocs and the number of matches.| Modifier and Type | Field and Description |
|---|---|
private int |
matches |
private org.apache.lucene.search.TopDocs |
topDocs |
| Constructor and Description |
|---|
QueryCommandResult(org.apache.lucene.search.TopDocs topDocs,
int matches) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMatches() |
org.apache.lucene.search.TopDocs |
getTopDocs() |