|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.solr.client.solrj.response.Group
public class Group
Represents a group. A group contains a common group value that all documents inside the group share and
documents that belong to this group.
A group value can be a field value, function result or a query string depending on the GroupCommand
.
In case of a field value or a function result the value is always a indexed value.
Constructor Summary | |
---|---|
Group(String groupValue,
SolrDocumentList result)
Creates a Group instance. |
Method Summary | |
---|---|
String |
getGroupValue()
Returns the common group value that all documents share inside this group. |
SolrDocumentList |
getResult()
Returns the documents to be displayed that belong to this group. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Group(String groupValue, SolrDocumentList result)
groupValue
- The common group value (indexed value) that all documents share.result
- The documents to be displayed that belong to this groupMethod Detail |
---|
public String getGroupValue()
public SolrDocumentList getResult()
group.offset
and group.limit
parameters.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |