Uses of Class
org.apache.nutch.indexer.IndexWriterParams
Packages that use IndexWriterParams
Package
Description
Index content, configure and run indexing and cleaning jobs to
add, update, and delete documents from an index.
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 IndexWriterParams in org.apache.nutch.indexer
Methods in org.apache.nutch.indexer with parameters of type IndexWriterParamsModifier and TypeMethodDescriptionvoidIndexWriter.open(IndexWriterParams parameters) Initializes the internal variables from a given index writer configuration. -
Uses of IndexWriterParams in org.apache.nutch.indexwriter.cloudsearch
Methods in org.apache.nutch.indexwriter.cloudsearch with parameters of type IndexWriterParams -
Uses of IndexWriterParams in org.apache.nutch.indexwriter.csv
Methods in org.apache.nutch.indexwriter.csv with parameters of type IndexWriterParamsModifier and TypeMethodDescriptionvoidCSVIndexWriter.open(IndexWriterParams parameters) Initializes the internal variables from a given index writer configuration.protected voidCSVIndexWriter.Separator.setFromConf(IndexWriterParams parameters, String property) protected voidCSVIndexWriter.Separator.setFromConf(IndexWriterParams parameters, String property, boolean isChar) -
Uses of IndexWriterParams in org.apache.nutch.indexwriter.dummy
Methods in org.apache.nutch.indexwriter.dummy with parameters of type IndexWriterParamsModifier and TypeMethodDescriptionvoidDummyIndexWriter.open(IndexWriterParams parameters) Initializes the internal variables from a given index writer configuration. -
Uses of IndexWriterParams in org.apache.nutch.indexwriter.elastic
Methods in org.apache.nutch.indexwriter.elastic with parameters of type IndexWriterParamsModifier and TypeMethodDescriptionprotected org.elasticsearch.client.RestHighLevelClientElasticIndexWriter.makeClient(IndexWriterParams parameters) Generates a RestHighLevelClient with the hosts givenvoidElasticIndexWriter.open(IndexWriterParams parameters) Initializes the internal variables from a given index writer configuration. -
Uses of IndexWriterParams in org.apache.nutch.indexwriter.kafka
Methods in org.apache.nutch.indexwriter.kafka with parameters of type IndexWriterParams -
Uses of IndexWriterParams in org.apache.nutch.indexwriter.opensearch1x
Methods in org.apache.nutch.indexwriter.opensearch1x with parameters of type IndexWriterParamsModifier and TypeMethodDescriptionprotected org.opensearch.client.RestHighLevelClientOpenSearch1xIndexWriter.makeClient(IndexWriterParams parameters) Generates a RestHighLevelClient with the hosts givenvoidOpenSearch1xIndexWriter.open(IndexWriterParams parameters) Initializes the internal variables from a given index writer configuration. -
Uses of IndexWriterParams in org.apache.nutch.indexwriter.rabbit
Methods in org.apache.nutch.indexwriter.rabbit with parameters of type IndexWriterParamsModifier and TypeMethodDescriptionvoidRabbitIndexWriter.open(IndexWriterParams parameters) Initializes the internal variables from a given index writer configuration. -
Uses of IndexWriterParams in org.apache.nutch.indexwriter.solr
Methods in org.apache.nutch.indexwriter.solr with parameters of type IndexWriterParamsModifier and TypeMethodDescriptionvoidSolrIndexWriter.open(IndexWriterParams parameters) Initializes the internal variables from a given index writer configuration.