Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change 
notification.

The "IndexWriters" page has been changed by RoannelFernandez:
https://wiki.apache.org/nutch/IndexWriters?action=diff&rev1=4&rev2=5

Comment:
Elasticsearch indexer properties

  === Elasticsearch indexer properties ===
  
  ||'''Parameter Name''' ||'''Description''' ||'''Default value''' ||
- || host || Comma-separated list of hostnames to send documents to using 
TransportClient. Either host and port must be defined or cluster. ||  ||
- || port || The port to connect to using TransportClient. || 9300 ||
+ || host || Comma-separated list of hostnames to send documents to using 
[[https://static.javadoc.io/org.elasticsearch/elasticsearch/5.3.0/org/elasticsearch/client/transport/TransportClient.html|TransportClient]].
 Either host and port must be defined or cluster. ||  ||
+ || port || The port to connect to using 
[[https://static.javadoc.io/org.elasticsearch/elasticsearch/5.3.0/org/elasticsearch/client/transport/TransportClient.html|TransportClient]].
 || 9300 ||
  || cluster || The cluster name to discover. Either host and port must be 
defined or cluster. ||  ||
  || index || Default index to send documents to. || nutch ||
  || max.bulk.docs || Maximum size of the bulk in number of documents. || 250 ||
  || max.bulk.size || Maximum size of the bulk in bytes. || 2500500 ||
- || exponential.backoff.millis || Initial delay for the BulkProcessor's 
exponential backoff policy. || 100 ||
- || exponential.backoff.retries || Number of times the BulkProcessor's 
exponential backoff policy should retry bulk operations. || 10 ||
+ || exponential.backoff.millis || Initial delay for the 
[[https://static.javadoc.io/org.elasticsearch/elasticsearch/5.3.0/org/elasticsearch/action/bulk/BulkProcessor.html|BulkProcessor]]
 exponential backoff policy. || 100 ||
+ || exponential.backoff.retries || Number of times the 
[[https://static.javadoc.io/org.elasticsearch/elasticsearch/5.3.0/org/elasticsearch/action/bulk/BulkProcessor.html|BulkProcessor]]
 exponential backoff policy should retry bulk operations. || 10 ||
  || bulk.close.timeout || Number of seconds allowed for the BulkProcessor to 
complete its last operation. || 600 ||
  
  === Elasticsearch rest indexer properties ===

Reply via email to