sebastian-nagel commented on PR #294: URL: https://github.com/apache/nutch/pull/294#issuecomment-2265008491
Hi @grege117, sorry for the late response. The indexer-csv is not among the plugins activated by default. Only indexer-solr is active by default, see [plugin.includes in nutch-default.xml](https://nutch.apache.org/documentation/javadoc/api/resources/nutch-default.xml#plugin.includes). That explains why you need to override the property `plugin.includes` if you want to use indexer-csv. You can do this in the command-line (`-D...`) or in your nutch-site.xml, see https://cwiki.apache.org/confluence/display/NUTCH/NutchTutorial#NutchTutorial-Customizeyourcrawlproperties -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@nutch.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org