Class ElasticsearchCompatibilityImpl

    • Field Detail

      • logger

        protected final org.slf4j.Logger logger
      • restClient

        protected final org.elasticsearch.client.RestClient restClient
      • objectMapper

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

        protected org.elasticsearch.client.RequestOptions defaultRequestOptions
      • typeless

        protected boolean typeless
      • typelessCompatible

        protected boolean typelessCompatible
      • calendarIntervalSupported

        protected boolean calendarIntervalSupported
    • Constructor Detail

      • ElasticsearchCompatibilityImpl

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