Uses of Class
org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl.AbstractTypeMapping
Packages that use AbstractTypeMapping
Package
Description
-
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 AbstractTypeMappingModifier and TypeMethodDescriptionvoidElasticsearchIndexNodeContributor.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.implModifier and TypeClassDescriptionclassAn object representing Elasticsearch property mappings, i.e. the mappings of properties inside a type mapping.classAn object representing Elasticsearch type mappings.Methods in org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl with parameters of type AbstractTypeMappingModifier and TypeMethodDescriptionvoidAbstractTypeMapping.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.