Uses of Interface
org.apache.nutch.indexer.IndexWriter
Packages that use IndexWriter
Package
Description
Index writer plugin to write a plain CSV file.
Index writer plugin for debugging, writes pairs of <action, url> to a
text file, action is one of "add", "update", or "delete".
Index writer plugin for Elasticsearch.
Index writer plugin to produce JSON messages to Kafka.
Index writer plugin for OpenSearch.
Index writer plugin for Apache Solr.
-
Uses of IndexWriter in org.apache.nutch.indexwriter.cloudsearch
Classes in org.apache.nutch.indexwriter.cloudsearch that implement IndexWriter -
Uses of IndexWriter in org.apache.nutch.indexwriter.csv
Classes in org.apache.nutch.indexwriter.csv that implement IndexWriterModifier and TypeClassDescriptionclassWrite Nutch documents to a CSV file (comma separated values), i.e., dump index as CSV or tab-separated plain text table. -
Uses of IndexWriter in org.apache.nutch.indexwriter.dummy
Classes in org.apache.nutch.indexwriter.dummy that implement IndexWriter -
Uses of IndexWriter in org.apache.nutch.indexwriter.elastic
Classes in org.apache.nutch.indexwriter.elastic that implement IndexWriterModifier and TypeClassDescriptionclassSends NutchDocuments to a configured Elasticsearch index. -
Uses of IndexWriter in org.apache.nutch.indexwriter.kafka
Classes in org.apache.nutch.indexwriter.kafka that implement IndexWriterModifier and TypeClassDescriptionclassSends Nutch documents to a configured Kafka Cluster -
Uses of IndexWriter in org.apache.nutch.indexwriter.opensearch1x
Classes in org.apache.nutch.indexwriter.opensearch1x that implement IndexWriterModifier and TypeClassDescriptionclassSends NutchDocuments to a configured OpenSearch index. -
Uses of IndexWriter in org.apache.nutch.indexwriter.rabbit
Classes in org.apache.nutch.indexwriter.rabbit that implement IndexWriter -
Uses of IndexWriter in org.apache.nutch.indexwriter.solr
Classes in org.apache.nutch.indexwriter.solr that implement IndexWriter