Uses of Interface
org.hibernate.search.backend.elasticsearch.types.dsl.ElasticsearchIndexFieldTypeFactory
-
-
Uses of ElasticsearchIndexFieldTypeFactory in org.hibernate.search.backend.elasticsearch
Methods in org.hibernate.search.backend.elasticsearch that return ElasticsearchIndexFieldTypeFactory Modifier and Type Method Description ElasticsearchIndexFieldTypeFactoryElasticsearchExtension. extendOrFail(IndexFieldTypeFactory original)Attempt to extend a given factory, throwing an exception in case of failure. -
Uses of ElasticsearchIndexFieldTypeFactory in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl
Methods in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl that return ElasticsearchIndexFieldTypeFactory Modifier and Type Method Description ElasticsearchIndexFieldTypeFactoryElasticsearchIndexRootBuilder. createTypeFactory(IndexFieldTypeDefaultsProvider defaultsProvider) -
Uses of ElasticsearchIndexFieldTypeFactory in org.hibernate.search.backend.elasticsearch.types.dsl.impl
Classes in org.hibernate.search.backend.elasticsearch.types.dsl.impl that implement ElasticsearchIndexFieldTypeFactory Modifier and Type Class Description classElasticsearchIndexFieldTypeFactoryImpl -
Uses of ElasticsearchIndexFieldTypeFactory in org.hibernate.search.backend.elasticsearch.types.dsl.provider.impl
Methods in org.hibernate.search.backend.elasticsearch.types.dsl.provider.impl that return ElasticsearchIndexFieldTypeFactory Modifier and Type Method Description ElasticsearchIndexFieldTypeFactoryElasticsearch56IndexFieldTypeFactoryProvider. create(EventContext eventContext, BackendMapperContext backendMapperContext, IndexFieldTypeDefaultsProvider typeDefaultsProvider)ElasticsearchIndexFieldTypeFactoryElasticsearch7IndexFieldTypeFactoryProvider. create(EventContext eventContext, BackendMapperContext backendMapperContext, IndexFieldTypeDefaultsProvider typeDefaultsProvider)ElasticsearchIndexFieldTypeFactoryElasticsearchIndexFieldTypeFactoryProvider. create(EventContext eventContext, BackendMapperContext backendMapperContext, IndexFieldTypeDefaultsProvider defaultsProvider)
-