Class SelfURLFilter

  • All Implemented Interfaces:
    Configurable

    public class SelfURLFilter
    extends URLFilter
    Filters links to self *
    • Constructor Detail

      • SelfURLFilter

        public SelfURLFilter()
    • Method Detail

      • filter

        @Nullable
        public @Nullable String filter​(@Nullable
                                       @Nullable URL sourceUrl,
                                       @Nullable
                                       @Nullable Metadata sourceMetadata,
                                       @NotNull
                                       @NotNull String urlToFilter)
        Description copied from class: URLFilter
        Returns null if the URL is to be removed or a normalised representation which can correspond to the input URL
        Specified by:
        filter in class URLFilter
        Parameters:
        sourceUrl - the URL of the page where the URL was found. Can be null.
        sourceMetadata - the metadata collected for the page
        urlToFilter - the URL to be filtered
        Returns:
        null if the url is to be removed or a normalised representation which can correspond to the input URL
      • configure

        public void configure​(@NotNull
                              @NotNull Map<String,​Object> stormConf,
                              @NotNull
                              @NotNull com.fasterxml.jackson.databind.JsonNode paramNode)
        Description copied from interface: Configurable
        Called when this filter is being initialized
        Parameters:
        stormConf - The Storm configuration used for the configurable
        paramNode - the filter specific configuration. Never null