Package org.hibernate.search.backend.elasticsearch.mapping.impl
-
Interface Summary Interface Description TypeNameMapping Regroups behavior related to how type names are assigned to index documents. -
Class Summary Class Description DiscriminatorTypeNameMapping Rely on a discriminator field added to each document to resolve the type name.IndexNameTypeNameMapping Rely on the "_index" meta-field to resolve the type name.