Uses of Interface
org.hibernate.search.engine.backend.document.model.dsl.spi.ImplicitFieldContributor
-
Packages that use ImplicitFieldContributor Package Description org.hibernate.search.backend.elasticsearch.document.model.dsl.impl org.hibernate.search.backend.elasticsearch.mapping.impl -
-
Uses of ImplicitFieldContributor in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl
Classes in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl that implement ImplicitFieldContributor Modifier and Type Class Description classElasticsearchStringImplicitFieldContributorMethods in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl with parameters of type ImplicitFieldContributor Modifier and Type Method Description voidElasticsearchIndexRootBuilder. addImplicitFieldContributor(ImplicitFieldContributor implicitFieldContributor) -
Uses of ImplicitFieldContributor in org.hibernate.search.backend.elasticsearch.mapping.impl
Methods in org.hibernate.search.backend.elasticsearch.mapping.impl that return types with arguments of type ImplicitFieldContributor Modifier and Type Method Description Optional<ImplicitFieldContributor>DiscriminatorTypeNameMapping. getImplicitFieldContributor()Optional<ImplicitFieldContributor>IndexNameTypeNameMapping. getImplicitFieldContributor()Optional<ImplicitFieldContributor>TypeNameMapping. getImplicitFieldContributor()
-