com.plumtree.server
Class PT_CRAWLER_SETTINGS

java.lang.Object
  extended by com.plumtree.server.PT_CRAWLER_SETTINGS

public final class PT_CRAWLER_SETTINGS
extends java.lang.Object

This list defines a list of settings for a Crawler. All settings are independent, bit-mapped flags.

Version:
$Revision$
Author:
StephenC
See Also:
com.plumtree.IPTCrawler

Field Summary
static int PT_CRAWLER_ACL_IMPORT
          If this bit is set than the crawler will import ACLs from the datasource for cards (and folders, if mirroring).
static int 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).
static int PT_CRAWLER_IGNORE_PREVIOUSLY_REJECTED_CARDS
          Indicates whether Cards rejected by the Crawler in a previous crawl should be ignored
static int PT_CRAWLER_IMPORT_ALL_CARDS_AS_APPROVED
          Indicates whether cards should be imported in an approved state.
static int PT_CRAWLER_IMPORT_ONLY_CRAWLER_NEW_CARDS
          Indicates whether only new cards that have not been associated with a particular Crawler should be imported.
static int 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.
static int 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.
static int PT_CRAWLER_MIRROR
          If this bit is set than the crawler will mirror the structure found in the repository.
static int PT_CRAWLER_RECRAWL_DELETED_CARDS
          Indicates whether Cards that have been deleted manually should be recrawled
static int PT_CRAWLER_REFRESH_RECRAWLED_CARDS
          Indicates whether recrawled Cards should be refreshed
static int PT_CRAWLER_RETAXONOMIZE_RECRAWLED_CARDS
          Indicates whether recrawled Cards should be retaxonomized.
 
Constructor Summary
PT_CRAWLER_SETTINGS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_CRAWLER_IGNORE_PREVIOUSLY_REJECTED_CARDS

public static final int PT_CRAWLER_IGNORE_PREVIOUSLY_REJECTED_CARDS
Indicates whether Cards rejected by the Crawler in a previous crawl should be ignored

See Also:
Constant Field Values

PT_CRAWLER_IMPORT_ONLY_DATA_SOURCE_NEW_CARDS

public static final int 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

See Also:
Constant Field Values

PT_CRAWLER_IMPORT_ONLY_CRAWLER_NEW_CARDS

public static final int 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

See Also:
Constant Field Values

PT_CRAWLER_IMPORT_ALL_CARDS_AS_APPROVED

public static final int PT_CRAWLER_IMPORT_ALL_CARDS_AS_APPROVED
Indicates whether cards should be imported in an approved state.

See Also:
Constant Field Values

PT_CRAWLER_RETAXONOMIZE_RECRAWLED_CARDS

public static final int PT_CRAWLER_RETAXONOMIZE_RECRAWLED_CARDS
Indicates whether recrawled Cards should be retaxonomized.

See Also:
Constant Field Values

PT_CRAWLER_REFRESH_RECRAWLED_CARDS

public static final int PT_CRAWLER_REFRESH_RECRAWLED_CARDS
Indicates whether recrawled Cards should be refreshed

See Also:
Constant Field Values

PT_CRAWLER_RECRAWL_DELETED_CARDS

public static final int PT_CRAWLER_RECRAWL_DELETED_CARDS
Indicates whether Cards that have been deleted manually should be recrawled

See Also:
Constant Field Values

PT_CRAWLER_MIRROR

public static final int PT_CRAWLER_MIRROR
If this bit is set than the crawler will mirror the structure found in the repository. If the bit is not set (default) then the crawler will operate normally.

See Also:
Constant Field Values

PT_CRAWLER_ACL_IMPORT

public static final int 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.

See Also:
Constant Field Values

PT_CRAWLER_FORCE_ACL_REFRESH

public static final int 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). If the bit is not set (default) then the crawler will operate normally.

See Also:
Constant Field Values

PT_CRAWLER_INDEX_ONLY

public static final int 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.

See Also:
Constant Field Values
Constructor Detail

PT_CRAWLER_SETTINGS

public PT_CRAWLER_SETTINGS()