Package com.flowable.indexing
Class ElasticsearchCompatibilityImpl
java.lang.Object
com.flowable.indexing.ElasticsearchCompatibilityImpl
- All Implemented Interfaces:
ElasticsearchCompatibility,InitializingBean
public class ElasticsearchCompatibilityImpl
extends Object
implements ElasticsearchCompatibility, InitializingBean
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected co.elastic.clients.transport.rest5_client.low_level.RequestOptionsprotected final org.slf4j.Loggerprotected final com.fasterxml.jackson.databind.ObjectMapperprotected final co.elastic.clients.transport.rest5_client.low_level.Rest5Clientprotected booleanprotected boolean -
Constructor Summary
ConstructorsConstructorDescriptionElasticsearchCompatibilityImpl(co.elastic.clients.transport.rest5_client.low_level.Rest5Client restClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, co.elastic.clients.transport.rest5_client.low_level.RequestOptions defaultRequestOptions) -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanbooleanboolean
-
Field Details
-
logger
protected final org.slf4j.Logger logger -
restClient
protected final co.elastic.clients.transport.rest5_client.low_level.Rest5Client restClient -
objectMapper
protected final com.fasterxml.jackson.databind.ObjectMapper objectMapper -
defaultRequestOptions
protected co.elastic.clients.transport.rest5_client.low_level.RequestOptions defaultRequestOptions -
typeless
protected boolean typeless -
typelessCompatible
protected boolean typelessCompatible -
calendarIntervalSupported
protected boolean calendarIntervalSupported
-
-
Constructor Details
-
ElasticsearchCompatibilityImpl
public ElasticsearchCompatibilityImpl(co.elastic.clients.transport.rest5_client.low_level.Rest5Client restClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, co.elastic.clients.transport.rest5_client.low_level.RequestOptions defaultRequestOptions)
-
-
Method Details
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSetin interfaceInitializingBean
-
isTypeless
public boolean isTypeless()- Specified by:
isTypelessin interfaceElasticsearchCompatibility
-
isTypelessCompatible
public boolean isTypelessCompatible()- Specified by:
isTypelessCompatiblein interfaceElasticsearchCompatibility
-
isCalendarIntervalSupported
public boolean isCalendarIntervalSupported()- Specified by:
isCalendarIntervalSupportedin interfaceElasticsearchCompatibility
-