Interface ConfiguredSearchIndexingPlanFilter
- All Known Implementing Classes:
ConfiguredSearchIndexingPlanFilter.ExcludeAll,ConfiguredSearchIndexingPlanFilter.Filter,ConfiguredSearchIndexingPlanFilter.IncludeAll
public interface ConfiguredSearchIndexingPlanFilter
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptioncreate(Set<PojoRawTypeIdentifier<?>> includes, Set<PojoRawTypeIdentifier<?>> excludes) booleanisIncluded(PojoRawTypeIdentifier<?> typeIdentifier) default boolean
-
Method Details
-
isIncluded
-
supportsAsyncProcessing
default boolean supportsAsyncProcessing() -
create
static ConfiguredSearchIndexingPlanFilter create(Set<PojoRawTypeIdentifier<?>> includes, Set<PojoRawTypeIdentifier<?>> excludes)
-