Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 2 (11.2.2.2.0)

E35072-02


oracle.search.query.webservice.wssclient
Class ClusterAttribute

java.lang.Object
  extended by oracle.search.query.webservice.wssclient.ClusterAttribute

All Implemented Interfaces:
Serializable

public class ClusterAttribute
extends Object
implements Serializable
See Also:
Serialized Form

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

ClusterAttribute

public ClusterAttribute()

Method Detail

getAttributeName

public String getAttributeName()
Returns the attribute name used for clustering.

setAttributeName

public void setAttributeName(String attributeName)
Sets the name of the clustering attribute.
Parameters:
attributeName - the attribute name

getAttributeType

public String getAttributeType()
Returns the attribute type of the clustering attribute. Possible values are 'STRING', 'DATE', and 'NUMBER'.

setAttributeType

public void setAttributeType(String attributeType)
Sets the attribute type of the clustering attribute. Possible values are 'STRING', 'DATE', and 'NUMBER'.
Parameters:
attributeName - the attribute name

getTokenizationDelimiter

public String getTokenizationDelimiter()
Returns the tokenization delimiter.

setTokenizationDelimiter

public void setTokenizationDelimiter(String tokenizationDelimiter)
Sets the tokenization delimiter.
Parameters:
tokenizationDelimiter - the tokenization delimiter

getHierarchyDelimiter

public String getHierarchyDelimiter()
Returns the hierarchy delimiter.

setHierarchyDelimiter

public void setHierarchyDelimiter(String hierarchyDelimiter)
Sets the hierarchy delimiter.
Parameters:
hierarchyDelimiter - the hierarchy delimiter

getIsTokenized

public Boolean getIsTokenized()
Should the attribute value be tokenized? Applicable only to the String attribute type.

isIsTokenized

public Boolean isIsTokenized()
Same as getIsTokenized.

setIsTokenized

public void setIsTokenized(Boolean isTokenized)
Should the attribute value be tokenized?
Parameters:
isTokenize - the tokenization flag

getIsHierarchy

public Boolean getIsHierarchy()
Is the attribute value a list of hierarchy?

isIsHierarchy

public Boolean isIsHierarchy()
Same as getIsHierarchy.

setIsHierarchy

public void setIsHierarchy(Boolean isHierarchy)
Controls whether the attribute value is a list of hierarchy.
Parameters:
isHierarchy - - a value of true or false for the hierarchy flag

Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 2 (11.2.2.2.0)

E35072-02


Copyright © 2006, 2016, Oracle and/or its affiliates. All rights reserved.