![]() ![]() | Code representing a "delete" action, deleting a searchable item from the search index. |
![]() ![]() | Code representing an "insert" action, indexing a complete searchable item in the search index. |
![]() ![]() | Code representing an "profile" action, taxonomizing a card in the search index based on filter matching. |
![]() ![]() | Code representing an "update" action, updating the properties (but not the full-text) of a card in the search index. |
![]() ![]() | Code representing an "update add all" action, updating the properties of a document in the search index. |
![]() |
Initializes a new instance of the PT_DOC_ACTION_TYPES class. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Returns a String that represents the current Object. |
PT_DOC_ACTION_TYPES Class | com.plumtree.server Namespace | IPTIndexer