org.apache.nutch.metadata
Interface Nutch

All Known Implementing Classes:
Metadata, SpellCheckedMetadata

public interface Nutch

A collection of Nutch internal metadata constants.

Author:
Chris Mattmann, Jérôme Charron

Field Summary
static String CACHING_FORBIDDEN_ALL
          Don't show either original forbidden content or summaries.
static String CACHING_FORBIDDEN_CONTENT
          Don't show original forbidden content, but show summaries.
static String CACHING_FORBIDDEN_KEY
          Sites may request that search engines don't provide access to cached documents.
static String CACHING_FORBIDDEN_NONE
          Show both original forbidden content and summaries (default).
static String CHAR_ENCODING_FOR_CONVERSION
           
static String GENERATE_TIME_KEY
           
static String ORIGINAL_CHAR_ENCODING
           
static String PROTO_STATUS_KEY
           
static String SCORE_KEY
           
static String SEGMENT_NAME_KEY
           
static String SIGNATURE_KEY
           
static Text WRITABLE_GENERATE_TIME_KEY
           
static Text WRITABLE_PROTO_STATUS_KEY
           
 

Field Detail

ORIGINAL_CHAR_ENCODING

static final String ORIGINAL_CHAR_ENCODING
See Also:
Constant Field Values

CHAR_ENCODING_FOR_CONVERSION

static final String CHAR_ENCODING_FOR_CONVERSION
See Also:
Constant Field Values

SIGNATURE_KEY

static final String SIGNATURE_KEY
See Also:
Constant Field Values

SEGMENT_NAME_KEY

static final String SEGMENT_NAME_KEY
See Also:
Constant Field Values

SCORE_KEY

static final String SCORE_KEY
See Also:
Constant Field Values

GENERATE_TIME_KEY

static final String GENERATE_TIME_KEY
See Also:
Constant Field Values

WRITABLE_GENERATE_TIME_KEY

static final Text WRITABLE_GENERATE_TIME_KEY

PROTO_STATUS_KEY

static final String PROTO_STATUS_KEY
See Also:
Constant Field Values

WRITABLE_PROTO_STATUS_KEY

static final Text WRITABLE_PROTO_STATUS_KEY

CACHING_FORBIDDEN_KEY

static final String CACHING_FORBIDDEN_KEY
Sites may request that search engines don't provide access to cached documents.

See Also:
Constant Field Values

CACHING_FORBIDDEN_NONE

static final String CACHING_FORBIDDEN_NONE
Show both original forbidden content and summaries (default).

See Also:
Constant Field Values

CACHING_FORBIDDEN_ALL

static final String CACHING_FORBIDDEN_ALL
Don't show either original forbidden content or summaries.

See Also:
Constant Field Values

CACHING_FORBIDDEN_CONTENT

static final String CACHING_FORBIDDEN_CONTENT
Don't show original forbidden content, but show summaries.

See Also:
Constant Field Values


Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.