Uses of Interface
org.hibernate.search.backend.elasticsearch.mapping.impl.TypeNameMapping
-
Packages that use TypeNameMapping Package Description org.hibernate.search.backend.elasticsearch.index.impl org.hibernate.search.backend.elasticsearch.mapping.impl -
-
Uses of TypeNameMapping in org.hibernate.search.backend.elasticsearch.index.impl
Constructors in org.hibernate.search.backend.elasticsearch.index.impl with parameters of type TypeNameMapping Constructor Description IndexManagerBackendContext(ElasticsearchBackend backendAPI, EventContext eventContext, BackendThreads threads, ElasticsearchLink link, com.google.gson.Gson userFacingGson, MultiTenancyStrategy multiTenancyStrategy, IndexLayoutStrategy indexLayoutStrategy, TypeNameMapping typeNameMapping, FailureHandler failureHandler, TimingSource timingSource, ElasticsearchParallelWorkOrchestrator generalPurposeOrchestrator) -
Uses of TypeNameMapping in org.hibernate.search.backend.elasticsearch.mapping.impl
Classes in org.hibernate.search.backend.elasticsearch.mapping.impl that implement TypeNameMapping Modifier and Type Class Description classDiscriminatorTypeNameMappingRely on a discriminator field added to each document to resolve the type name.classIndexNameTypeNameMappingRely on the "_index" meta-field to resolve the type name.
-