Uses of Interface
net.nutch.indexer.IndexingFilter

Packages that use IndexingFilter
net.nutch.analysis.lang Text document language identifier. 
net.nutch.indexer.basic A basic indexing plugin. 
net.nutch.indexer.more A more indexing plugin. 
org.creativecommons.nutch Sample plugins that parse and index Creative Commons medadata. 
 

Uses of IndexingFilter in net.nutch.analysis.lang
 

Classes in net.nutch.analysis.lang that implement IndexingFilter
 class LanguageIdentifier
           
 

Uses of IndexingFilter in net.nutch.indexer.basic
 

Classes in net.nutch.indexer.basic that implement IndexingFilter
 class BasicIndexingFilter
          Adds basic searchable fields to a document.
 

Uses of IndexingFilter in net.nutch.indexer.more
 

Classes in net.nutch.indexer.more that implement IndexingFilter
 class MoreIndexingFilter
          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).
 

Uses of IndexingFilter in org.creativecommons.nutch
 

Classes in org.creativecommons.nutch that implement IndexingFilter
 class CCIndexingFilter
          Adds basic searchable fields to a document.
 



Copyright © 2005 The Nutch Organization.