Uses of Interface
org.hibernate.search.mapper.pojo.work.SearchIndexingPlanFilter
-
-
Uses of SearchIndexingPlanFilter in org.hibernate.search.mapper.orm.mapping
Methods in org.hibernate.search.mapper.orm.mapping with parameters of type SearchIndexingPlanFilter Modifier and Type Method Description voidSearchMapping. indexingPlanFilter(SearchIndexingPlanFilter filter)Set a filter defining which types must be included/excluded when indexed within indexing plans (either automatically or manually). -
Uses of SearchIndexingPlanFilter in org.hibernate.search.mapper.orm.mapping.impl
Methods in org.hibernate.search.mapper.orm.mapping.impl with parameters of type SearchIndexingPlanFilter Modifier and Type Method Description ConfiguredSearchIndexingPlanFilterHibernateOrmMapping. configuredSearchIndexingPlanFilter(SearchIndexingPlanFilter filter)voidHibernateOrmMapping. indexingPlanFilter(SearchIndexingPlanFilter filter) -
Uses of SearchIndexingPlanFilter in org.hibernate.search.mapper.orm.session
Methods in org.hibernate.search.mapper.orm.session with parameters of type SearchIndexingPlanFilter Modifier and Type Method Description voidSearchSession. indexingPlanFilter(SearchIndexingPlanFilter filter)Set a filter configuration and define which types must be included/excluded when indexed within indexing plans of the current session (either automatically or manually). -
Uses of SearchIndexingPlanFilter in org.hibernate.search.mapper.orm.session.impl
Methods in org.hibernate.search.mapper.orm.session.impl with parameters of type SearchIndexingPlanFilter Modifier and Type Method Description ConfiguredSearchIndexingPlanFilterHibernateOrmSearchSessionMappingContext. configuredSearchIndexingPlanFilter(SearchIndexingPlanFilter filter)voidDelegatingSearchSession. indexingPlanFilter(SearchIndexingPlanFilter filter)voidHibernateOrmSearchSession. indexingPlanFilter(SearchIndexingPlanFilter filter) -
Uses of SearchIndexingPlanFilter in org.hibernate.search.mapper.pojo.mapping.impl
Methods in org.hibernate.search.mapper.pojo.mapping.impl with parameters of type SearchIndexingPlanFilter Modifier and Type Method Description ConfiguredSearchIndexingPlanFilterPojoMappingDelegateImpl. configuredSearchIndexingPlanFilter(SearchIndexingPlanFilter filter, ConfiguredSearchIndexingPlanFilter fallback) -
Uses of SearchIndexingPlanFilter in org.hibernate.search.mapper.pojo.mapping.spi
Methods in org.hibernate.search.mapper.pojo.mapping.spi with parameters of type SearchIndexingPlanFilter Modifier and Type Method Description ConfiguredSearchIndexingPlanFilterPojoMappingDelegate. configuredSearchIndexingPlanFilter(SearchIndexingPlanFilter filter, ConfiguredSearchIndexingPlanFilter fallback)
-