Interface FilterIndexingServiceProvider

    • Method Detail

      • start

        void start()
        Start the provider. This is called after the dependencies are injected.
      • supportsFilter

        boolean supportsFilter​(IndexedFilter<?,​?,​?> indexedFilter)
        Reports whether this provider supports the given filter type.
        Parameters:
        indexedFilter - an indexable filter
        Returns:
        true if the filter is supported, false otherwise
      • stop

        void stop()
        Stop the provider.