Uses of Class
org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl.AbstractTypeMapping
-
Packages that use AbstractTypeMapping Package Description org.hibernate.search.backend.elasticsearch.document.model.dsl.impl org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl -
-
Uses of AbstractTypeMapping in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl
Methods in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl with parameters of type AbstractTypeMapping Modifier and Type Method Description voidElasticsearchIndexNodeContributor. contribute(ElasticsearchIndexNodeCollector collector, ElasticsearchIndexCompositeNode parentNode, Map<String,ElasticsearchIndexField> staticChildrenByNameForParent, AbstractTypeMapping parentMapping) -
Uses of AbstractTypeMapping in org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl
Subclasses of AbstractTypeMapping in org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl Modifier and Type Class Description classPropertyMappingAn object representing Elasticsearch property mappings, i.e.classRootTypeMappingAn object representing Elasticsearch type mappings.Methods in org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl with parameters of type AbstractTypeMapping Modifier and Type Method Description voidAbstractTypeMapping. merge(AbstractTypeMapping other)Merge this mapping with another mapping generated by Hibernate Search: The value for thedynamicmapping parameter will be taken from theotherunlessthisprovides a non-null value. The mapping parameterpropertieswill be merged, using properties defined in boththisandother. Mapping parameters other thandynamicandpropertieswill be those fromthis; those fromotherwill be ignored. If a property is defined on both sides, it will be merged recursively as described above.voidRootTypeMapping. merge(AbstractTypeMapping other)Merge this mapping with another mapping generated by Hibernate Search: Values fordynamic/_routing/dynamic_templatesmapping parameters will be taken from theotherunlessthisprovides a corresponding non-null value. The mapping parameterpropertieswill be merged, using properties defined in boththisandother. Mapping parameters other thandynamicandpropertieswill be those fromthis; those fromotherwill be ignored. If a property is defined on both sides, it will be merged recursively as described above.
-