Class ElasticsearchClientImpl

    • Field Detail

      • restClient

        protected org.elasticsearch.client.RestClient restClient
      • objectMapper

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

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

      • ElasticsearchClientImpl

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