|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectResultGroup
public class ResultGroup
Records the results of a single group in field-grouped query.
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
ResultGroup()
|
|
| Method Summary |
|---|
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String value
public int rank
public int totalSubGroups
public ResultGroup[] subGroups
public int totalDocs
public int startDoc
public int endDoc
public DocHit[] docHits
| Constructor Detail |
|---|
public ResultGroup()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||