grege117 commented on PR #294:
URL: https://github.com/apache/nutch/pull/294#issuecomment-1868000580

   Sorry to chime in a few years late, but I'm not sure this plugin is 
configured correctly.
   
   If I modify my conf/index-writers.xml and remove everything except for 
"<writer id="indexer_csv_1">, you will get the message:
   
   IndexerOutputFormat [pool-5-thread-1] No IndexWriters activated - check your 
configuration
   
   The only way I could write to CSV was to execute what @sebastian-nagel  
wrote above:
   bin/nutch index -Dplugin.includes='indexer-csv' crawl/crawldb/ -linkdb 
crawl/linkdb/ crawl/segments/20231222132024/ -filter -normalize -deleteGone
   
   
   However, if I add back in the index-writer for SOLR, that just works (no 
-Dplugin.includes is required).  
   
   So I think there's a bug here in the OOTB configuration that prevents 
indexer-csv working without specifying it on the CLI.


-- 
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

Reply via email to