Class CSVIndexWriter

java.lang.Object
org.apache.nutch.indexwriter.csv.CSVIndexWriter
All Implemented Interfaces:
Configurable, IndexWriter, Pluggable

public class CSVIndexWriter extends Object implements IndexWriter
Write Nutch documents to a CSV file (comma separated values), i.e., dump index as CSV or tab-separated plain text table. Format (encoding, separators, etc.) is configurable by a couple of options, see output of describe().

Note: works only in local mode, to be used with index option -noCommit.