net.nutch.indexer.more
Class MoreIndexingFilter
java.lang.Object
net.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).
In future, need to make some of them searchable!
- Author:
- John Xing
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
public static final Logger LOG
MoreIndexingFilter
public MoreIndexingFilter()
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 © 2005 The Nutch Organization.