Aqualogic Interaction API  
 

PT_DOC_ACTION_TYPES Fields

The fields of the PT_DOC_ACTION_TYPES class are listed below. For a complete list of PT_DOC_ACTION_TYPES class members, see the PT_DOC_ACTION_TYPES Members topic.

Public Static Fields

PT_DOC_DELETE_ACTION_ID Code representing a "delete" action, deleting a searchable item from the search index.
PT_DOC_INSERT_ACTION_ID Code representing an "insert" action, indexing a complete searchable item in the search index.
PT_DOC_PROFILE_ACTION_ID Code representing an "profile" action, taxonomizing a card in the search index based on filter matching.
PT_DOC_UPDATE_ACTION_ID Code representing an "update" action, updating the properties (but not the full-text) of a card in the search index.
PT_DOC_UPDATE_ADD_ALL_ACTION_ID Code representing an "update add all" action, updating the properties of a document in the search index.

See Also

PT_DOC_ACTION_TYPES Class | com.plumtree.server Namespace | IPTIndexer