Interface SearchIndexingPlanFilter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Configurer implementers are responsible for specifying which types should be included/excluded from indexing.
Usually a lambda is expected by the method that receive this type as an input parameter.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(SearchIndexingPlanFilterContext context) This method is invoked while filtering types to be indexed.
-
Method Details
-
apply
This method is invoked while filtering types to be indexed.- Parameters:
context
- The context exposing include/exclude methods to configure the filter.
-