Interface ElasticsearchConstants


  • public interface ElasticsearchConstants
    • Field Detail

      • PARAM_OPERATION

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

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

        @Metadata(description="The name of the index to act against",
                  javaType="String")
        static final String PARAM_INDEX_NAME
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • PARAM_SCROLL

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

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

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

        static final int DEFAULT_FOR_WAIT_ACTIVE_SHARDS
        See Also:
        Constant Field Values
      • DEFAULT_CONNECTION_TIMEOUT

        static final int DEFAULT_CONNECTION_TIMEOUT
        See Also:
        Constant Field Values
      • DEFAULT_AFTER_FAILURE_DELAY

        static final int DEFAULT_AFTER_FAILURE_DELAY
        See Also:
        Constant Field Values
      • DEFAULT_SCROLL_KEEP_ALIVE_MS

        static final int DEFAULT_SCROLL_KEEP_ALIVE_MS
        See Also:
        Constant Field Values