![]() | Returns an internal unique name for this field. |
![]() | Returns the type of this field. Return value will be one of PTSFieldType.STRING , PTSFieldType.INT , PTSFieldType.FLOAT , PTSFieldType.BOOLEAN , PTSFieldType.DATETIME . |
![]() | 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.) |
![]() | Returns whether this field may be used in search queries. (IPTSSearchableCollection.Rank is an example of a retrievable, but non-searchable, field.) |
IPTSField Interface | com.plumtree.server.search Namespace