| Package | Description |
|---|---|
| org.apache.nutch.indexwriter.cloudsearch | |
| 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.elasticrest |
Rest based index writer plugin for Elasticsearch.
|
| 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 |
DummyIndexWriter
DummyIndexWriter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ElasticIndexWriter
Sends NutchDocuments to a configured Elasticsearch index.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ElasticRestIndexWriter |
| Modifier and Type | Class and Description |
|---|---|
class |
RabbitIndexWriter |
| Modifier and Type | Class and Description |
|---|---|
class |
SolrIndexWriter |
Copyright © 2017 The Apache Software Foundation