|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8.2) E10465-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
GroupingResult represents a group in the result of a grouping operation.
Constructor Summary | |
GroupingResult() |
Method Summary | |
String[] |
getGroupMembers() Return the memebers of this group. |
String |
getGroupName() Return the name of this group |
void |
setGroupMembers(String[] docIdList) Sets the group memebers 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 String[] getGroupMembers()
public void setGroupMembers(String[] docIdList)
docIdList
- list of the document idpublic void setGroupName(String groupName)
groupName
- name of the group
|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8.2) E10465-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |