Dear Wiki user, You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.
The "NutchRESTAPI" page has been changed by FjodorVershinin: https://wiki.apache.org/nutch/NutchRESTAPI?action=diff&rev1=8&rev2=9 {{{{ 604800000 }}}} + + ==== Create configuration ==== + Creates new nutch configuration with given parameters. It force field is true, then already existing configuration will be overrided, otherwise not. + {{{{ + POST /config/{configuration name} + + Examples: + POST /config/new-config + { + "configId":"new-config", + "force":"true", + "params":{"anchorIndexingFilter.deduplicate":"false",... } + } + + }}}} + + __Response__ is created config's id. + {{{{ + "new-config" + }}}} === Database === == Nutch Jobs ==

