public interface Nutch
Modifier and Type | Field and Description |
---|---|
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 |
static final String ORIGINAL_CHAR_ENCODING
static final String CHAR_ENCODING_FOR_CONVERSION
static final String SIGNATURE_KEY
static final String SEGMENT_NAME_KEY
static final String SCORE_KEY
static final String GENERATE_TIME_KEY
static final Text WRITABLE_GENERATE_TIME_KEY
static final String PROTO_STATUS_KEY
static final Text WRITABLE_PROTO_STATUS_KEY
static final String CACHING_FORBIDDEN_KEY
static final String CACHING_FORBIDDEN_NONE
static final String CACHING_FORBIDDEN_ALL
static final String CACHING_FORBIDDEN_CONTENT
Copyright © 2007, 2015, Oracle and/or its affiliates. All rights reserved.