Uses of Interface
org.hibernate.search.backend.elasticsearch.types.dsl.provider.impl.ElasticsearchIndexFieldTypeFactoryProvider
-
-
Uses of ElasticsearchIndexFieldTypeFactoryProvider in org.hibernate.search.backend.elasticsearch.dialect.model.impl
Methods in org.hibernate.search.backend.elasticsearch.dialect.model.impl that return ElasticsearchIndexFieldTypeFactoryProvider Modifier and Type Method Description ElasticsearchIndexFieldTypeFactoryProviderElasticsearch56ModelDialect. createIndexTypeFieldFactoryProvider(com.google.gson.Gson userFacingGson)ElasticsearchIndexFieldTypeFactoryProviderElasticsearch6ModelDialect. createIndexTypeFieldFactoryProvider(com.google.gson.Gson userFacingGson)ElasticsearchIndexFieldTypeFactoryProviderElasticsearch7ModelDialect. createIndexTypeFieldFactoryProvider(com.google.gson.Gson userFacingGson)ElasticsearchIndexFieldTypeFactoryProviderElasticsearch8ModelDialect. createIndexTypeFieldFactoryProvider(com.google.gson.Gson userFacingGson)ElasticsearchIndexFieldTypeFactoryProviderElasticsearchModelDialect. createIndexTypeFieldFactoryProvider(com.google.gson.Gson userFacingGson) -
Uses of ElasticsearchIndexFieldTypeFactoryProvider in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl
Constructors in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl with parameters of type ElasticsearchIndexFieldTypeFactoryProvider Constructor Description ElasticsearchIndexRootBuilder(ElasticsearchIndexFieldTypeFactoryProvider typeFactoryProvider, EventContext indexEventContext, BackendMapperContext backendMapperContext, IndexNames indexNames, String mappedTypeName, ElasticsearchAnalysisDefinitionRegistry analysisDefinitionRegistry, IndexSettings customIndexSettings, RootTypeMapping customIndexMapping, DynamicMapping dynamicMapping) -
Uses of ElasticsearchIndexFieldTypeFactoryProvider in org.hibernate.search.backend.elasticsearch.types.dsl.provider.impl
Classes in org.hibernate.search.backend.elasticsearch.types.dsl.provider.impl that implement ElasticsearchIndexFieldTypeFactoryProvider Modifier and Type Class Description classElasticsearch56IndexFieldTypeFactoryProviderThe index field type factory provider for ES5.6 and 6.x.classElasticsearch7IndexFieldTypeFactoryProviderThe index field type factory provider for ES7.x.
-