Package org.apache.nutch.metadata
Interface Nutch
- All Known Implementing Classes:
CaseInsensitiveMetadata,Metadata,SpellCheckedMetadata
public interface Nutch
A collection of Nutch internal metadata constants.
- Author:
- Chris Mattmann, Jérôme Charron
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringArgument key for crawldb location in programmatic jobs.static final StringArgument key for hostdb location in programmatic jobs.static final StringArgument key for linkdb location in programmatic jobs.static final StringArgument key for seed URL directory path.static final StringArgument key for a directory of segments; similar to the -dir option in bin/nutch.static final StringArgument key for one segment or a list of segments (job-dependent).static final StringDon't show either original forbidden content or summaries.static final StringDon't show original forbidden content, but show summaries.static final StringSites may request that search engines don't provide access to cached documents.static final StringShow both original forbidden content and summaries (default).static final Stringstatic final StringCrawl id key for programmatic jobs.static final StringContent-lanueage key in the Pub/Sub event metadata for the content-language of the parsed pagestatic final StringContent-type key in the Pub/Sub event metadata for the content-type of the parsed pagestatic final StringFetch time key in the Pub/Sub event metadata for the fetch time of the parsed pagestatic final StringScore key in the Pub/Sub event metadata for the score of the parsed pagestatic final StringTitle key in the Pub/Sub event metadata for the title of the parsed pagestatic final Stringstatic final Stringstatic final StringUsed by AdaptiveFetchSchedule to maintain custom fetch intervalstatic final Stringstatic final Stringstatic final Stringstatic final Textstatic final Stringstatic final StringName to store the robots metatag inParseData's metadata.static final Stringstatic final Stringstatic final Stringstatic final StringFor progress of job (programmatic / tooling).static final StringName of the key used in the result map fromNutchTool.run(java.util.Map<java.lang.String, java.lang.Object>, java.lang.String).static final Textstatic final Textstatic final Textstatic final Text
-
Field Details
-
ORIGINAL_CHAR_ENCODING
- See Also:
-
CHAR_ENCODING_FOR_CONVERSION
- See Also:
-
SIGNATURE_KEY
- See Also:
-
SEGMENT_NAME_KEY
- See Also:
-
SCORE_KEY
- See Also:
-
GENERATE_TIME_KEY
- See Also:
-
WRITABLE_GENERATE_TIME_KEY
-
PROTOCOL_STATUS_CODE_KEY
-
PROTO_STATUS_KEY
- See Also:
-
WRITABLE_PROTO_STATUS_KEY
-
FETCH_TIME_KEY
- See Also:
-
FETCH_STATUS_KEY
- See Also:
-
ROBOTS_METATAG
Name to store the robots metatag inParseData's metadata.- See Also:
-
CACHING_FORBIDDEN_KEY
Sites may request that search engines don't provide access to cached documents.- See Also:
-
CACHING_FORBIDDEN_NONE
Show both original forbidden content and summaries (default).- See Also:
-
CACHING_FORBIDDEN_ALL
Don't show either original forbidden content or summaries.- See Also:
-
CACHING_FORBIDDEN_CONTENT
Don't show original forbidden content, but show summaries.- See Also:
-
REPR_URL_KEY
- See Also:
-
WRITABLE_REPR_URL_KEY
-
FIXED_INTERVAL_KEY
Used by AdaptiveFetchSchedule to maintain custom fetch interval- See Also:
-
WRITABLE_FIXED_INTERVAL_KEY
-
STAT_PROGRESS
For progress of job (programmatic / tooling).- See Also:
-
CRAWL_ID_KEY
Crawl id key for programmatic jobs.- See Also:
-
ARG_SEEDDIR
Argument key for seed URL directory path.- See Also:
-
ARG_CRAWLDB
Argument key for crawldb location in programmatic jobs.- See Also:
-
ARG_LINKDB
Argument key for linkdb location in programmatic jobs.- See Also:
-
VAL_RESULT
Name of the key used in the result map fromNutchTool.run(java.util.Map<java.lang.String, java.lang.Object>, java.lang.String).- See Also:
-
ARG_SEGMENTDIR
Argument key for a directory of segments; similar to the -dir option in bin/nutch.- See Also:
-
ARG_SEGMENTS
Argument key for one segment or a list of segments (job-dependent).- See Also:
-
ARG_HOSTDB
Argument key for hostdb location in programmatic jobs.- See Also:
-
FETCH_EVENT_TITLE
Title key in the Pub/Sub event metadata for the title of the parsed page- See Also:
-
FETCH_EVENT_CONTENTTYPE
Content-type key in the Pub/Sub event metadata for the content-type of the parsed page- See Also:
-
FETCH_EVENT_SCORE
Score key in the Pub/Sub event metadata for the score of the parsed page- See Also:
-
FETCH_EVENT_FETCHTIME
Fetch time key in the Pub/Sub event metadata for the fetch time of the parsed page- See Also:
-
FETCH_EVENT_CONTENTLANG
Content-lanueage key in the Pub/Sub event metadata for the content-language of the parsed page- See Also:
-