Aqualogic Interaction API  
 

IPTSField Members

IPTSField overview

Public Instance Methods

getName Returns an internal unique name for this field.
getType Returns the type of this field. Return value will be one of PTSFieldType.STRING, PTSFieldType.INT, PTSFieldType.FLOAT, PTSFieldType.BOOLEAN, PTSFieldType.DATETIME.
isRetrievable 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.)
isSearchable 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