Class ElasticSearchRestClientConstant
java.lang.Object
org.apache.camel.component.elasticsearch.rest.client.ElasticSearchRestClientConstant
-
Field Details
-
ID
@Metadata(description=" ID of the object to index or retrieve or delete", javaType="String") public static final String ID- See Also:
-
SEARCH_QUERY
@Metadata(description="The JSON Query to perform for search", javaType="String") public static final String SEARCH_QUERY- See Also:
-
INDEX_SETTINGS
@Metadata(description="Advanced - The JSON Index Settings and/or Mappings Query to perform to create an index", javaType="String") public static final String INDEX_SETTINGS- See Also:
-
INDEX_NAME
- See Also:
-
OPERATION
@Metadata(description="The operation to perform", javaType="org.apache.camel.component.elasticsearch.rest.client.ElasticsearchRestClientOperation") public static final String OPERATION- See Also:
-
SOCKET_CONNECTION_TIMEOUT
public static final int SOCKET_CONNECTION_TIMEOUT- See Also:
-
SNIFFER_INTERVAL_AND_FAILURE_DELAY
public static final int SNIFFER_INTERVAL_AND_FAILURE_DELAY- See Also:
-
-
Constructor Details
-
ElasticSearchRestClientConstant
public ElasticSearchRestClientConstant()
-