org.apache.nutch.indexer.basic
Class BasicIndexingFilter

java.lang.Object
  extended byorg.apache.nutch.indexer.basic.BasicIndexingFilter
All Implemented Interfaces:
IndexingFilter

public class BasicIndexingFilter
extends Object
implements IndexingFilter

Adds basic searchable fields to a document.


Field Summary
static Logger LOG
           
 
Fields inherited from interface org.apache.nutch.indexer.IndexingFilter
X_POINT_ID
 
Constructor Summary
BasicIndexingFilter()
           
 
Method Summary
 Document filter(Document doc, Parse parse, FetcherOutput fo)
          Adds fields or otherwise modifies the document that will be indexed for a parse.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

public static final Logger LOG
Constructor Detail

BasicIndexingFilter

public BasicIndexingFilter()
Method Detail

filter

public Document filter(Document doc,
                       Parse parse,
                       FetcherOutput fo)
                throws IndexingException
Description copied from interface: IndexingFilter
Adds fields or otherwise modifies the document that will be indexed for a parse.

Specified by:
filter in interface IndexingFilter
Throws:
IndexingException


Copyright © 2006 The Apache Software Foundation