Uploaded image for project: 'Nutch'
  1. Nutch
  2. NUTCH-828

Fetch Filter

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • None
    • 1.8
    • fetcher
    • None
    • All

    • Patch Available

    Description

      Adds a Nutch extension point for a fetch filter. The fetch filter allows filtering content and parse data/text after it is fetched but before it is written to segments. The fliter can return true if content is to be written or false if it is not.

      Some use cases for this filter would be topical search engines that only want to fetch/index certain types of content, for example a news or sports only search engine. In these types of situations the only way to determine if content belongs to a particular set is to fetch the page and then analyze the content. If the content passes, meaning belongs to the set of say sports pages, then we want to include it. If it doesn't then we want to ignore it, never fetch that same page in the future, and ignore any urls on that page. If content is rejected due to a fetch filter then its status is written to the CrawlDb as gone and its content is ignored and not written to segments. This effectively stop crawling along the crawl path of that page and the urls from that page. An example filter, fetch-safe, is provided that allows fetching content that does not contain a list of bad words.

      Attachments

        1. NUTCH-828-1-20100608.patch
          23 kB
          Dennis Kubes
        2. NUTCH-828-2-20100608.patch
          23 kB
          Dennis Kubes
        3. NUTCH-828v3.patch
          79 kB
          Lewis John McGibbney

        Activity

          People

            musepwizard Dennis Kubes
            musepwizard Dennis Kubes
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: