|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.plumtree.server.PT_CRAWLER_SETTINGS
This list defines a list of settings for a Crawler. All settings are independent, bit-mapped flags.
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()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int PT_CRAWLER_IGNORE_PREVIOUSLY_REJECTED_CARDS
public static final int PT_CRAWLER_IMPORT_ONLY_DATA_SOURCE_NEW_CARDS
public static final int PT_CRAWLER_IMPORT_ONLY_CRAWLER_NEW_CARDS
public static final int PT_CRAWLER_IMPORT_ALL_CARDS_AS_APPROVED
public static final int PT_CRAWLER_RETAXONOMIZE_RECRAWLED_CARDS
public static final int PT_CRAWLER_REFRESH_RECRAWLED_CARDS
public static final int PT_CRAWLER_RECRAWL_DELETED_CARDS
public static final int PT_CRAWLER_MIRROR
public static final int PT_CRAWLER_ACL_IMPORT
public static final int PT_CRAWLER_FORCE_ACL_REFRESH
public static final int PT_CRAWLER_INDEX_ONLY
| Constructor Detail |
public PT_CRAWLER_SETTINGS()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||