Uses of Class
org.hibernate.search.backend.elasticsearch.analysis.model.impl.ElasticsearchAnalysisDefinitionRegistry
-
-
Uses of ElasticsearchAnalysisDefinitionRegistry 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 ElasticsearchAnalysisDefinitionRegistry Constructor Description ElasticsearchIndexRootBuilder(ElasticsearchIndexFieldTypeFactoryProvider typeFactoryProvider, EventContext indexEventContext, BackendMapperContext backendMapperContext, IndexNames indexNames, String mappedTypeName, ElasticsearchAnalysisDefinitionRegistry analysisDefinitionRegistry, IndexSettings customIndexSettings, RootTypeMapping customIndexMapping, DynamicMapping dynamicMapping) -
Uses of ElasticsearchAnalysisDefinitionRegistry in org.hibernate.search.backend.elasticsearch.document.model.impl
Constructors in org.hibernate.search.backend.elasticsearch.document.model.impl with parameters of type ElasticsearchAnalysisDefinitionRegistry Constructor Description ElasticsearchIndexModel(IndexNames names, String mappedTypeName, IndexIdentifier identifier, ElasticsearchIndexRoot rootNode, Map<String,ElasticsearchIndexField> staticFields, List<AbstractElasticsearchIndexFieldTemplate<?>> fieldTemplates, ElasticsearchAnalysisDefinitionRegistry analysisDefinitionRegistry, IndexSettings customIndexSettings, RootTypeMapping mapping, RootTypeMapping customMapping) -
Uses of ElasticsearchAnalysisDefinitionRegistry in org.hibernate.search.backend.elasticsearch.document.model.lowlevel.impl
Methods in org.hibernate.search.backend.elasticsearch.document.model.lowlevel.impl with parameters of type ElasticsearchAnalysisDefinitionRegistry Modifier and Type Method Description voidLowLevelIndexMetadataBuilder. setAnalysisDefinitionRegistry(ElasticsearchAnalysisDefinitionRegistry analysisDefinitionRegistry)
-