Class ElasticsearchClientImpl

java.lang.Object
com.flowable.indexing.ElasticsearchClientImpl
All Implemented Interfaces:
ElasticsearchClient

public class ElasticsearchClientImpl extends Object implements ElasticsearchClient
  • Field Details

    • INCLUDE_TYPE_NAME_PARAMETER

      protected static final String INCLUDE_TYPE_NAME_PARAMETER
      See Also:
    • restClient

      protected org.elasticsearch.client.RestClient restClient
    • objectMapper

      protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
    • elasticsearchCompatibility

      protected ElasticsearchCompatibility elasticsearchCompatibility
    • defaultRequestOptions

      protected org.elasticsearch.client.RequestOptions defaultRequestOptions
  • Constructor Details

    • ElasticsearchClientImpl

      public ElasticsearchClientImpl(org.elasticsearch.client.RestClient restClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ElasticsearchCompatibility elasticsearchCompatibility, org.elasticsearch.client.RequestOptions defaultRequestOptions)
  • Method Details