WebCenter Interaction API  
 

PT_CRAWLER_SETTINGS Members

PT_CRAWLER_SETTINGS overview

Public Static Fields

public fieldstaticPT_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.
public fieldstaticPT_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.
public fieldstaticPT_CRAWLER_IGNORE_PREVIOUSLY_REJECTED_CARDS Indicates whether Cards rejected by the Crawler in a previous crawl should be ignored
public fieldstaticPT_CRAWLER_IMPORT_ALL_CARDS_AS_APPROVED Indicates whether cards should be imported in an approved state.
public fieldstaticPT_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
public fieldstaticPT_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
public fieldstaticPT_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.
public fieldstaticPT_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.
public fieldstaticPT_CRAWLER_RECRAWL_DELETED_CARDS Indicates whether Cards that have been deleted manually should be recrawled
public fieldstaticPT_CRAWLER_REFRESH_RECRAWLED_CARDS Indicates whether recrawled Cards should be refreshed
public fieldstaticPT_CRAWLER_RETAXONOMIZE_RECRAWLED_CARDS Indicates whether recrawled Cards should be retaxonomized.

Public Instance Constructors

public method PT_CRAWLER_SETTINGS Constructor Initializes a new instance of the PT_CRAWLER_SETTINGS class.

Public Instance Methods

public methodEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
public methodGetHashCode (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.
public methodGetType (inherited from Object)Gets the Type of the current instance.
public methodToString (inherited from Object)Returns a String that represents the current Object.

See Also

PT_CRAWLER_SETTINGS Class | com.plumtree.server Namespace | IPTCrawler