Interface ElasticsearchConstants


public interface ElasticsearchConstants
  • Field Details

    • PARAM_OPERATION

      @Metadata(description="The operation to perform", javaType="org.apache.camel.component.es.ElasticsearchOperation") static final String PARAM_OPERATION
      See Also:
    • PARAM_INDEX_ID

      @Metadata(description="The id of the indexed document.", javaType="String") static final String PARAM_INDEX_ID
      See Also:
    • PARAM_INDEX_NAME

      @Metadata(description="The name of the index to act against", javaType="String") static final String PARAM_INDEX_NAME
      See Also:
    • PARAM_DOCUMENT_CLASS

      @Metadata(description="The full qualified name of the class of the document to unmarshall", javaType="Class", defaultValue="ObjectNode") static final String PARAM_DOCUMENT_CLASS
      See Also:
    • PARAM_WAIT_FOR_ACTIVE_SHARDS

      @Metadata(description="The index creation waits for the write consistency number of shards to be available", javaType="Integer") static final String PARAM_WAIT_FOR_ACTIVE_SHARDS
      See Also:
    • PARAM_SCROLL_KEEP_ALIVE_MS

      @Metadata(description="The starting index of the response.", javaType="Integer") static final String PARAM_SCROLL_KEEP_ALIVE_MS
      See Also:
    • PARAM_SCROLL

      @Metadata(description="Set to true to enable scroll usage", javaType="Boolean") static final String PARAM_SCROLL
      See Also:
    • PARAM_SIZE

      @Metadata(description="The size of the response.", javaType="Integer") static final String PARAM_SIZE
      See Also:
    • PARAM_FROM

      @Metadata(description="The starting index of the response.", javaType="Integer") static final String PARAM_FROM
      See Also:
    • PARAM_DOCUMENT_MODE

      @Metadata(description="Indicates whether the body of the message contains only documents.", javaType="Boolean", defaultValue="false") static final String PARAM_DOCUMENT_MODE
      See Also:
    • PROPERTY_SCROLL_ES_QUERY_COUNT

      static final String PROPERTY_SCROLL_ES_QUERY_COUNT
      See Also:
    • DEFAULT_PORT

      static final int DEFAULT_PORT
      See Also:
    • DEFAULT_FOR_WAIT_ACTIVE_SHARDS

      static final int DEFAULT_FOR_WAIT_ACTIVE_SHARDS
      See Also:
    • DEFAULT_SOCKET_TIMEOUT

      static final int DEFAULT_SOCKET_TIMEOUT
      See Also:
    • MAX_RETRY_TIMEOUT

      static final int MAX_RETRY_TIMEOUT
      See Also:
    • DEFAULT_CONNECTION_TIMEOUT

      static final int DEFAULT_CONNECTION_TIMEOUT
      See Also:
    • DEFAULT_SNIFFER_INTERVAL

      static final int DEFAULT_SNIFFER_INTERVAL
      See Also:
    • DEFAULT_AFTER_FAILURE_DELAY

      static final int DEFAULT_AFTER_FAILURE_DELAY
      See Also:
    • DEFAULT_SCROLL_KEEP_ALIVE_MS

      static final int DEFAULT_SCROLL_KEEP_ALIVE_MS
      See Also: