|
Oracle Secure Enterprise Search Java API Reference 11g Release 2 (11.2.2.0.0) E23429-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.search.query.webservice.client.GroupingResult
public class GroupingResult
GroupingResult represents a group in the result of a grouping operation.
| Constructor Summary | |
|---|---|
GroupingResult() |
|
| Method Summary | |
|---|---|
String[] |
getGroupMembers()Return the members of this group. |
String |
getGroupName()Returns the name of this group. |
void |
setGroupMembers(String[] groupMembers)Sets the group members where each member is a doc_id/federation_id String. |
void |
setGroupName(String groupName)Sets the group name of a grouping result. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GroupingResult()
| Method Detail |
|---|
public String getGroupName()
public void setGroupName(String groupName)
groupName - name of the grouppublic String[] getGroupMembers()
public void setGroupMembers(String[] groupMembers)
docIdList - list of the document id
|
Oracle Secure Enterprise Search Java API Reference 11g Release 2 (11.2.2.0.0) E23429-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||