org.apache.nutch.indexer.more
Class MoreIndexingFilter

java.lang.Object
  extended byorg.apache.nutch.indexer.more.MoreIndexingFilter
All Implemented Interfaces:
IndexingFilter

public class MoreIndexingFilter
extends Object
implements IndexingFilter

Add (or reset) a few metaData properties as respective fields (if they are available), so that they can be displayed by more.jsp (called by search.jsp). content-type is indexed to support query by type: last-modifed is indexed to support query by date: Still need to make content-legnth searchable!

Author:
John Xing

Field Summary
static Logger LOG
           
 
Fields inherited from interface org.apache.nutch.indexer.IndexingFilter
X_POINT_ID
 
Constructor Summary
MoreIndexingFilter()
           
 
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

MoreIndexingFilter

public MoreIndexingFilter()
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