Uses of Class
org.hibernate.search.backend.elasticsearch.document.model.impl.AbstractElasticsearchIndexFieldTemplate
-
Packages that use AbstractElasticsearchIndexFieldTemplate Package Description org.hibernate.search.backend.elasticsearch.document.model.impl -
-
Uses of AbstractElasticsearchIndexFieldTemplate in org.hibernate.search.backend.elasticsearch.document.model.impl
Subclasses of AbstractElasticsearchIndexFieldTemplate in org.hibernate.search.backend.elasticsearch.document.model.impl Modifier and Type Class Description classElasticsearchIndexObjectFieldTemplateclassElasticsearchIndexValueFieldTemplateConstructor parameters in org.hibernate.search.backend.elasticsearch.document.model.impl with type arguments of type AbstractElasticsearchIndexFieldTemplate 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)
-