- Prev
- Next
Uses of Interface
org.apache.nutch.indexer.IndexWriter
Packages that use IndexWriter Package Description org.apache.nutch.indexwriter.dummy
Index writer plugin for debugging, writes pairs ofto a text file, action is one of "add", "update", or "delete". org.apache.nutch.indexwriter.elastic
Index writer plugin for Elasticsearch. org.apache.nutch.indexwriter.solr
Index writer plugin for Apache Solr.
Uses of IndexWriter in org.apache.nutch.indexwriter.dummy
Classes in org.apache.nutch.indexwriter.dummy that implement IndexWriter Modifier and Type Class and Description class
DummyIndexWriter
DummyIndexWriter.
Uses of IndexWriter in org.apache.nutch.indexwriter.elastic
Classes in org.apache.nutch.indexwriter.elastic that implement IndexWriter Modifier and Type Class and Description class
ElasticIndexWriter
Uses of IndexWriter in org.apache.nutch.indexwriter.solr
Classes in org.apache.nutch.indexwriter.solr that implement IndexWriter Modifier and Type Class and Description class
SolrIndexWriter
- Prev
- Next