[ https://issues.apache.org/jira/browse/NUTCH-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17870434#comment-17870434 ]
ASF GitHub Bot commented on NUTCH-1541: --------------------------------------- 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 > Indexer plugin to write CSV > --------------------------- > > Key: NUTCH-1541 > URL: https://issues.apache.org/jira/browse/NUTCH-1541 > Project: Nutch > Issue Type: New Feature > Components: indexer > Affects Versions: 1.7 > Reporter: Sebastian Nagel > Priority: Minor > Fix For: 1.15 > > Attachments: NUTCH-1541-v1.patch, NUTCH-1541-v2.patch > > > With the new pluggable indexer a simple plugin would be handy to write > configurable fields into a CSV file - for further analysis or just for export. -- This message was sent by Atlassian Jira (v8.20.10#820010)