[TOC]
- Prev Class
- Next Class
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
org.apache.nutch.indexwriter.elastic
Interface ElasticConstants
public interface ElasticConstants
Field Summary
Fields Modifier and Type Field and Description static String
CLUSTER
static String
ELASTIC_PREFIX
static String
HOST
static String
INDEX
static String
MAX_BULK_DOCS
static String
MAX_BULK_LENGTH
static String
PORT
Field Detail
-
ELASTIC_PREFIX
static final String ELASTIC_PREFIX
- See Also:
- [Constant Field Values](../../../../../constant-values.html#org.apache.nutch.indexwriter.elastic.ElasticConstants.ELASTIC_PREFIX)
-
HOST
static final String HOST
- See Also:
- [Constant Field Values](../../../../../constant-values.html#org.apache.nutch.indexwriter.elastic.ElasticConstants.HOST)
-
PORT
static final String PORT
- See Also:
- [Constant Field Values](../../../../../constant-values.html#org.apache.nutch.indexwriter.elastic.ElasticConstants.PORT)
-
CLUSTER
static final String CLUSTER
- See Also:
- [Constant Field Values](../../../../../constant-values.html#org.apache.nutch.indexwriter.elastic.ElasticConstants.CLUSTER)
-
INDEX
static final String INDEX
- See Also:
- [Constant Field Values](../../../../../constant-values.html#org.apache.nutch.indexwriter.elastic.ElasticConstants.INDEX)
-
MAX_BULK_DOCS
static final String MAX_BULK_DOCS
- See Also:
- [Constant Field Values](../../../../../constant-values.html#org.apache.nutch.indexwriter.elastic.ElasticConstants.MAX_BULK_DOCS)
-
MAX_BULK_LENGTH
static final String MAX_BULK_LENGTH
- See Also:
- [Constant Field Values](../../../../../constant-values.html#org.apache.nutch.indexwriter.elastic.ElasticConstants.MAX_BULK_LENGTH)
- Prev Class
- Next Class
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method