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.

    @Incubating
    @FunctionalInterface
    public interface SearchIndexingPlanFilter
    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 Detail

      • apply

        void apply​(SearchIndexingPlanFilterContext context)
        This method is invoked while filtering types to be indexed.
        Parameters:
        context - The context exposing include/exclude methods to configure the filter.