Uses of Interface
org.hibernate.search.mapper.pojo.work.SearchIndexingPlanFilterContext
Packages that use SearchIndexingPlanFilterContext
-
Uses of SearchIndexingPlanFilterContext in org.hibernate.search.mapper.pojo.work
Methods in org.hibernate.search.mapper.pojo.work that return SearchIndexingPlanFilterContextModifier and TypeMethodDescriptionSpecify an indexed/contained type (or its supertype class) to exclude, along with (unless specified otherwise) all its subtypes.Specify a name of an indexed/contained type (or a name of its named supertype) to exclude, along with (unless specified otherwise) all its subtypes.Specify an indexed/contained type (or its supertype class) to include, along with (unless specified otherwise) all its subtypes.Specify a name of an indexed/contained type (or a name of its named supertype) to include, along with (unless specified otherwise) all its subtypes.Methods in org.hibernate.search.mapper.pojo.work with parameters of type SearchIndexingPlanFilterContextModifier and TypeMethodDescriptionvoidSearchIndexingPlanFilter.apply(SearchIndexingPlanFilterContext context) This method is invoked while filtering types to be indexed.