Skip navigation links

Oracle Secure Enterprise Search Java API Reference
10g Release 1 (10.1.8.2)

E10465-01


oracle.search.query.webservice.client
Class GroupingResult

java.lang.Object
  extended byoracle.search.query.webservice.client.GroupingResult


public class GroupingResult
extends Object

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

GroupingResult

public GroupingResult()

Method Detail

getGroupName

public String getGroupName()
Return the name of this group

getGroupMembers

public String[] getGroupMembers()
Return the memebers of this group. Each member is a doc id/federated instance id string

setGroupMembers

public void setGroupMembers(String[] docIdList)
Sets the group memebers where each member is a doc_id/federation_id String
Parameters:
docIdList - list of the document id

setGroupName

public void setGroupName(String groupName)
Sets the group name of a grouping result
Parameters:
groupName - name of the group

Skip navigation links

Oracle Secure Enterprise Search Java API Reference
10g Release 1 (10.1.8.2)

E10465-01


Copyright © 2006, 2007, Oracle. All rights reserved.