WebCenter Interaction API  
 

IPTSField Members

IPTSField overview

Public Instance Methods

public methodgetName Returns an internal unique name for this field.
public methodgetType Returns the type of this field. Return value will be one of PTSFieldType.STRING, PTSFieldType.INT, PTSFieldType.FLOAT, PTSFieldType.BOOLEAN, PTSFieldType.DATETIME.
public methodisRetrievable Returns whether this field may be retrieved as part of a search result. (IPTSSearchableCollection.TextQueryDefault is an example of a searchable, but non-retrievable, field.)
public methodisSearchable Returns whether this field may be used in search queries. (IPTSSearchableCollection.Rank is an example of a retrievable, but non-searchable, field.)

See Also

IPTSField Interface | com.plumtree.server.search Namespace