Class Elasticsearch812IndexFieldTypeFactoryProvider
java.lang.Object
org.hibernate.search.backend.elasticsearch.types.dsl.provider.impl.Elasticsearch812IndexFieldTypeFactoryProvider
- All Implemented Interfaces:
ElasticsearchIndexFieldTypeFactoryProvider
The index field type factory provider for ES8.12-8.13.
-
Constructor Summary
ConstructorsConstructorDescriptionElasticsearch812IndexFieldTypeFactoryProvider(com.google.gson.Gson userFacingGson) -
Method Summary
Modifier and TypeMethodDescriptioncreate(EventContext eventContext, BackendMapperContext backendMapperContext, IndexFieldTypeDefaultsProvider typeDefaultsProvider)
-
Constructor Details
-
Elasticsearch812IndexFieldTypeFactoryProvider
public Elasticsearch812IndexFieldTypeFactoryProvider(com.google.gson.Gson userFacingGson)
-
-
Method Details
-
vectorFieldTypeMappingContributor
-
create
public final ElasticsearchIndexFieldTypeFactory create(EventContext eventContext, BackendMapperContext backendMapperContext, IndexFieldTypeDefaultsProvider typeDefaultsProvider) - Specified by:
createin interfaceElasticsearchIndexFieldTypeFactoryProvider
-