Package | Description |
---|---|
org.apache.nutch.indexer |
Index content, configure and run indexing and cleaning jobs to
add, update, and delete documents from an index.
|
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 | Method and Description |
---|---|
void |
IndexWriter.open(IndexWriterParams parameters)
Initializes the internal variables from a given index writer configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
CloudSearchIndexWriter.open(IndexWriterParams parameters) |
Modifier and Type | Method and Description |
---|---|
void |
CSVIndexWriter.open(IndexWriterParams parameters)
Initializes the internal variables from a given index writer configuration.
|
protected void |
CSVIndexWriter.Separator.setFromConf(IndexWriterParams parameters,
String property) |
protected void |
CSVIndexWriter.Separator.setFromConf(IndexWriterParams parameters,
String property,
boolean isChar) |
Modifier and Type | Method and Description |
---|---|
void |
DummyIndexWriter.open(IndexWriterParams parameters)
Initializes the internal variables from a given index writer configuration.
|
Modifier and Type | Method and Description |
---|---|
protected RestHighLevelClient |
ElasticIndexWriter.makeClient(IndexWriterParams parameters)
Generates a RestHighLevelClient with the hosts given
|
void |
ElasticIndexWriter.open(IndexWriterParams parameters)
Initializes the internal variables from a given index writer configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
KafkaIndexWriter.open(IndexWriterParams params) |
Modifier and Type | Method and Description |
---|---|
void |
RabbitIndexWriter.open(IndexWriterParams parameters)
Initializes the internal variables from a given index writer configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
SolrIndexWriter.open(IndexWriterParams parameters)
Initializes the internal variables from a given index writer configuration.
|
Copyright © 2021 The Apache Software Foundation