|
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.ClusterAttribute
public class ClusterAttribute
| Constructor Summary | |
|---|---|
ClusterAttribute() |
|
ClusterAttribute(String attributeName, String attributeType, String tokenizationDelimiter, String hierarchyDelimiter, Boolean isTokenized, Boolean isHierarchy)Creates a ClusterAttribute. |
|
| Method Summary | |
|---|---|
String |
getAttributeName()Returns the attribute name used for clustering. |
String |
getAttributeType()Returns the attribute type of the clustering attribute. |
String |
getHierarchyDelimiter()Returns the hierarchy delimiter. |
Boolean |
getIsHierarchy()Is the attribute value a list of hierarchy? |
Boolean |
getIsTokenized()Should the attribute value be tokenized? |
String |
getTokenizationDelimiter()Returns the tokenization delimiter. |
Boolean |
isIsHierarchy() |
Boolean |
isIsTokenized() |
void |
setAttributeName(String attributeName)Sets the name of the clustering attribute. |
void |
setAttributeType(String attributeType)Sets the attribute type of the clustering attribute. |
void |
setHierarchyDelimiter(String hierarchyDelimiter)Sets the hierarchy delimiter. |
void |
setIsHierarchy(Boolean isHierarchy)Controls whether the attribute value is a list of hierarchy. |
void |
setIsTokenized(Boolean isTokenized)Should the attribute value be tokenized? |
void |
setTokenizationDelimiter(String tokenizationDelimiter)Sets the tokenization delimiter. |
String |
toString()Returns 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 void setAttributeName(String attributeName)
attributeName - the attribute namepublic String getAttributeType()
public void setAttributeType(String attributeType)
attributeName - the attribute namepublic String getTokenizationDelimiter()
public void setTokenizationDelimiter(String tokenizationDelimiter)
tokenizationDelimiter - the tokenization delimiterpublic String getHierarchyDelimiter()
public void setHierarchyDelimiter(String hierarchyDelimiter)
hierarchyDelimiter - the hierarchy delimiterpublic Boolean getIsTokenized()
public Boolean isIsTokenized()
public void setIsTokenized(Boolean isTokenized)
isTokenize - the tokenization flagpublic Boolean getIsHierarchy()
public Boolean isIsHierarchy()
public void setIsHierarchy(Boolean isHierarchy)
isHierarchy - - a value of true or false for the hierarchy flagpublic String toString()
toString in class Object
|
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 | |||||||||