Class DummyIndexWriter

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

public class DummyIndexWriter extends Object implements IndexWriter
DummyIndexWriter. This pluggable indexer writes <action>\t<url>\n lines to a plain text file for debugging purposes. Possible actions are delete, update and add.