|
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.ClusterAttribute
ClusterAttribute represents the grouping settings of a document attribute
| Constructor Summary | |
ClusterAttribute() |
|
ClusterAttribute(String attributeName, String attributeType, String tokenizationDelimiter, String hierarchyDelimiter, Boolean isTokenized, Boolean isHierarchy)Create a ClusterAttribute |
|
| Method Summary | |
String |
getAttributeName()Return the attribute name used for clustering |
String |
getAttributeType()Return the attribute type of the clustering attribute. |
String |
getHierarchyDelimiter()Return the hierarchy delimiter |
Boolean |
getIsHierarchy()Is the attribute value is a list of hierarchy? |
Boolean |
getIsTokenized()Should the attribute value be tokenized? |
String |
getTokenizationDelimiter()Return the tokenization delimiter |
void |
setAttributeName(String attributeName)Set the name of the clustering atrtribute |
void |
setAttributeType(String attributeName)Set the attribute type of the clustering attribute. |
void |
setHierarchyDelimiter(String hierarchyDelimiter)Set the hierarchy delimiter |
void |
setIsHierarchy(Boolean isHierarchy)Set whether the attribute value is a list of hierarchy? |
void |
setIsTokenized(Boolean isTokenize)Should the attribute value be tokenized? |
void |
setTokenizationDelimiter(String tokenizationDelimiter)Set the tokenization delimiter |
String |
toString()Return the cluster attribute information |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ClusterAttribute()
public ClusterAttribute(String attributeName,
String attributeType,
String tokenizationDelimiter,
String hierarchyDelimiter,
Boolean isTokenized,
Boolean isHierarchy)
attributeName - name of the cluster attributeattributeType - type of the cluster attributetokenizationDelimiter - tokenization delimiterhierarchyDelimiter - hierarchy delimiterisTokenized - should the attribute value be tokenized?isHierarchy - is the attribute value hierarchical?| Method Detail |
public String getAttributeName()
public String getAttributeType()
public String getTokenizationDelimiter()
public String getHierarchyDelimiter()
public Boolean getIsTokenized()
public Boolean getIsHierarchy()
public void setAttributeName(String attributeName)
attributeName - the attribute namepublic void setAttributeType(String attributeName)
attributeName - the attribute namepublic void setTokenizationDelimiter(String tokenizationDelimiter)
tokenizationDelimiter - the tokenization delimiterpublic void setHierarchyDelimiter(String hierarchyDelimiter)
hierarchyDelimiter - the hierarchy delimiterpublic void setIsTokenized(Boolean isTokenize)
isTokenize - the tokenization flagpublic void setIsHierarchy(Boolean isHierarchy)
isHierarchy - the hierarchy flagpublic String toString()
|
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 | ||||||||||