Aqualogic Interaction API  
 

PT_CRAWLER_SETTINGS Members

PT_CRAWLER_SETTINGS overview

Public Static Fields

PT_CRAWLER_ACL_IMPORT If this bit is set than the crawler will import ACLs from the datasource for cards (and folders, if mirroring). If the bit is not set (default) then the crawler will operate normally.
PT_CRAWLER_FORCE_ACL_REFRESH If this bit is set than the crawler will force refresh ACLs from the datasource for cards (and folders, if mirroring).\u0009If the bit is not set (default) then the crawler will operate normally.
PT_CRAWLER_IGNORE_PREVIOUSLY_REJECTED_CARDS Indicates whether Cards rejected by the Crawler in a previous crawl should be ignored
PT_CRAWLER_IMPORT_ALL_CARDS_AS_APPROVED Indicates whether cards should be imported in an approved state.
PT_CRAWLER_IMPORT_ONLY_CRAWLER_NEW_CARDS Indicates whether only new cards that have not been associated with a particular Crawler should be imported. Used with PT_CRAWLER_RETAXONOMIZE_RECRAWLED_CARDS
PT_CRAWLER_IMPORT_ONLY_DATA_SOURCE_NEW_CARDS Indicates whether only new cards that have not been associated with a particular Data Source should be imported. Used with PT_CRAWLER_RETAXONOMIZE_RECRAWLED_CARDS
PT_CRAWLER_INDEX_ONLY If this bit is set than the crawler will not make regular cards, but just index the documents- in a special searchable content object. If the bit is not set (default) then the crawler will operate normally. Note that this can't be used with mirroring, retaxonomization, refresh, import only new cards, etc. ACL import is okay though.
PT_CRAWLER_MIRROR If this bit is set than the crawler will mirror the structure found in the repository. \u0009If the bit is not set (default) then the crawler will operate normally.
PT_CRAWLER_RECRAWL_DELETED_CARDS Indicates whether Cards that have been deleted manually should be recrawled
PT_CRAWLER_REFRESH_RECRAWLED_CARDS Indicates whether recrawled Cards should be refreshed
PT_CRAWLER_RETAXONOMIZE_RECRAWLED_CARDS Indicates whether recrawled Cards should be retaxonomized.

Public Instance Constructors

PT_CRAWLER_SETTINGS Constructor Initializes a new instance of the PT_CRAWLER_SETTINGS class.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from 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.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

PT_CRAWLER_SETTINGS Class | com.plumtree.server Namespace | IPTCrawler