Package | Description |
---|---|
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.solr |
Index writer plugin for Apache Solr.
|
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 |
SolrIndexWriter |
Copyright © 2017 The Apache Software Foundation