public class NutchConfiguration extends Object
Configurations that include Nutch-specific
resources.| Modifier and Type | Method and Description |
|---|---|
static Configuration |
create()
Create a
Configuration for Nutch. |
static Configuration |
create(boolean addNutchResources,
Properties nutchProperties)
Create a
Configuration from supplied properties. |
static String |
getUUID(Configuration conf)
Retrieve a Nutch UUID of this configuration object, or null if the
configuration was created elsewhere.
|
public static final String UUID_KEY
public static 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, 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 © 2021 The Apache Software Foundation