Uses of Interface
org.hibernate.search.backend.elasticsearch.document.impl.DocumentMetadataContributor
-
-
Uses of DocumentMetadataContributor in org.hibernate.search.backend.elasticsearch.index.impl
Constructor parameters in org.hibernate.search.backend.elasticsearch.index.impl with type arguments of type DocumentMetadataContributor Constructor Description ElasticsearchIndexManagerBuilder(IndexManagerBackendContext backendContext, ElasticsearchIndexRootBuilder schemaRootNodeBuilder, List<DocumentMetadataContributor> documentMetadataContributors) -
Uses of DocumentMetadataContributor in org.hibernate.search.backend.elasticsearch.mapping.impl
Methods in org.hibernate.search.backend.elasticsearch.mapping.impl that return types with arguments of type DocumentMetadataContributor Modifier and Type Method Description Optional<DocumentMetadataContributor>DiscriminatorTypeNameMapping. getDocumentMetadataContributor(String mappedTypeName)Optional<DocumentMetadataContributor>IndexNameTypeNameMapping. getDocumentMetadataContributor(String mappedTypeName)Optional<DocumentMetadataContributor>TypeNameMapping. getDocumentMetadataContributor(String mappedTypeName) -
Uses of DocumentMetadataContributor in org.hibernate.search.backend.elasticsearch.multitenancy.impl
Methods in org.hibernate.search.backend.elasticsearch.multitenancy.impl that return types with arguments of type DocumentMetadataContributor Modifier and Type Method Description Optional<DocumentMetadataContributor>DiscriminatorMultiTenancyStrategy. documentMetadataContributor()Optional<DocumentMetadataContributor>MultiTenancyStrategy. documentMetadataContributor()Optional<DocumentMetadataContributor>NoMultiTenancyStrategy. documentMetadataContributor()
-