Package | Description |
---|---|
org.apache.nutch.indexwriter.cloudsearch | |
org.apache.nutch.indexwriter.csv |
Index writer plugin to write a plain CSV file.
|
org.apache.nutch.indexwriter.dummy |
Index writer plugin for debugging, writes pairs of <action, url> to 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.kafka |
Index writer plugin to produce JSON messages to Kafka.
|
org.apache.nutch.indexwriter.rabbit | |
org.apache.nutch.indexwriter.solr |
Index writer plugin for Apache Solr.
|
Modifier and Type | Class and Description |
---|---|
class |
CloudSearchIndexWriter
Writes documents to CloudSearch.
|
Modifier and Type | Class and Description |
---|---|
class |
CSVIndexWriter
Write Nutch documents to a CSV file (comma separated values), i.e., dump
index as CSV or tab-separated plain text table.
|
Modifier and Type | Class and Description |
---|---|
class |
DummyIndexWriter
DummyIndexWriter.
|
Modifier and Type | Class and Description |
---|---|
class |
ElasticIndexWriter
Sends NutchDocuments to a configured Elasticsearch index.
|
Modifier and Type | Class and Description |
---|---|
class |
KafkaIndexWriter
Sends Nutch documents to a configured Kafka Cluster
|
Modifier and Type | Class and Description |
---|---|
class |
RabbitIndexWriter |
Modifier and Type | Class and Description |
---|---|
class |
SolrIndexWriter |
Copyright © 2021 The Apache Software Foundation