public class ResultGroup
extends Object
Modifier and Type | Field and Description |
---|---|
DocHit[] |
docHits
One hit per document
|
int |
endDoc
Oridinal rank of the last document hit returned, plus 1
|
int |
rank
Ordinal rank of this group
|
int |
startDoc
Ordinal rank of the first document hit returned (0-based)
|
ResultGroup[] |
subGroups
The selected sub-groups (if any)
|
int |
totalDocs
Total number of documents in this group (possibly many more than are
returned in this particular request.)
|
int |
totalSubGroups
Total number of sub-groups (possibly more than are selected by this
particular request.)
|
String |
value
Facet value for this group
|
Constructor and Description |
---|
ResultGroup() |
public String value
public int rank
public int totalSubGroups
public ResultGroup[] subGroups
public int totalDocs
public int startDoc
public int endDoc
public DocHit[] docHits