|
Oracle Secure Enterprise Search Java API Reference 11g Release 2 (11.2.2.2.0) E35072-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.search.query.webservice.wssclient.ClusterAttribute
public class ClusterAttribute
| Constructor Summary | |
|---|---|
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()Same as getIsHierarchy. |
Boolean |
isIsTokenized()Same as getIsTokenized. |
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClusterAttribute()
| 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 flag
|
Oracle Secure Enterprise Search Java API Reference 11g Release 2 (11.2.2.2.0) E35072-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||