org.apache.nutch.indexer
Class IndexingFilters

java.lang.Object
  extended byorg.apache.nutch.indexer.IndexingFilters

public class IndexingFilters
extends Object

Creates and caches IndexingFilter implementing plugins.


Method Summary
static Document filter(Document doc, Parse parse, FetcherOutput fo)
          Run all defined filters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

filter

public static Document filter(Document doc,
                              Parse parse,
                              FetcherOutput fo)
                       throws IndexingException
Run all defined filters.

Throws:
IndexingException


Copyright © 2006 The Apache Software Foundation