Package com.norconex.crawler.core.doc
Class CrawlerDocMetaConstants
java.lang.Object
com.norconex.crawler.core.doc.CrawlerDocMetaConstants
Metadata constants for common metadata field
names typically set by a collector crawler.
- See Also:
-
Field Summary
Fields -
Method Summary
-
Field Details
-
PREFIX
- See Also:
-
DEPTH
- See Also:
-
CHECKSUM_METADATA
- See Also:
-
CHECKSUM_DOC
- See Also:
-
IS_DOC_NEW
Boolean flag indicating whether a document is new to the crawler that fetched it. That is, a URL cache from a previous run exists and the document was not found in that cache. If the crawler runs for the first time or its URL cache has been deleted, this flag will always betrue.- See Also:
-
FETCHER
Qualified name of fetcher used to fetch a document.- See Also:
-