public class NutchConfiguration
extends java.lang.Object
Configuration
s that include Nutch-specific
resources.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
UUID_KEY |
Modifier and Type | Method and Description |
---|---|
static Configuration |
create()
Create a
Configuration for Nutch. |
static Configuration |
create(boolean addNutchResources,
java.util.Properties nutchProperties)
Create a
Configuration from supplied properties. |
static java.lang.String |
getUUID(Configuration conf)
Retrieve a Nutch UUID of this configuration object, or null if the
configuration was created elsewhere.
|
public static final java.lang.String UUID_KEY
public static java.lang.String getUUID(Configuration conf)
conf
- configuration instancepublic static Configuration create()
Configuration
for Nutch. This will load the standard Nutch
resources, nutch-default.xml
and nutch-site.xml
overrides.public static Configuration create(boolean addNutchResources, java.util.Properties nutchProperties)
Configuration
from supplied properties.addNutchResources
- if true, then first nutch-default.xml
, and then
nutch-site.xml
will be loaded prior to applying the
properties. Otherwise these resources won't be used.nutchProperties
- a set of properties to define (or override)Copyright © 2019 The Apache Software Foundation