Uses of Interface
org.hibernate.search.backend.elasticsearch.document.model.dsl.impl.IndexSchemaRootContributor
-
-
Uses of IndexSchemaRootContributor 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 IndexSchemaRootContributor Modifier and Type Method Description voidElasticsearchIndexRootBuilder. addSchemaRootContributor(IndexSchemaRootContributor schemaRootContributor) -
Uses of IndexSchemaRootContributor in org.hibernate.search.backend.elasticsearch.mapping.impl
Methods in org.hibernate.search.backend.elasticsearch.mapping.impl that return types with arguments of type IndexSchemaRootContributor Modifier and Type Method Description Optional<IndexSchemaRootContributor>DiscriminatorTypeNameMapping. getIndexSchemaRootContributor()Optional<IndexSchemaRootContributor>IndexNameTypeNameMapping. getIndexSchemaRootContributor()Optional<IndexSchemaRootContributor>TypeNameMapping. getIndexSchemaRootContributor() -
Uses of IndexSchemaRootContributor in org.hibernate.search.backend.elasticsearch.multitenancy.impl
Methods in org.hibernate.search.backend.elasticsearch.multitenancy.impl that return types with arguments of type IndexSchemaRootContributor Modifier and Type Method Description Optional<IndexSchemaRootContributor>DiscriminatorMultiTenancyStrategy. indexSchemaRootContributor()Optional<IndexSchemaRootContributor>MultiTenancyStrategy. indexSchemaRootContributor()Optional<IndexSchemaRootContributor>NoMultiTenancyStrategy. indexSchemaRootContributor()
-