Uses of Interface
org.apache.nutch.indexer.IndexingFilter

Packages that use IndexingFilter
org.apache.nutch.analysis.lang Text document language identifier. 
org.apache.nutch.indexer.basic A basic indexing plugin. 
org.apache.nutch.indexer.more A more indexing plugin. 
org.apache.nutch.microformats.reltag A microformats Rel-Tag Parser/Indexer/Querier plugin. 
org.creativecommons.nutch Sample plugins that parse and index Creative Commons medadata. 
 

Uses of IndexingFilter in org.apache.nutch.analysis.lang
 

Classes in org.apache.nutch.analysis.lang that implement IndexingFilter
 class LanguageIndexingFilter
          An IndexingFilter that add a lang (language) field to the document.
 

Uses of IndexingFilter in org.apache.nutch.indexer.basic
 

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

Uses of IndexingFilter in org.apache.nutch.indexer.more
 

Classes in org.apache.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.apache.nutch.microformats.reltag
 

Classes in org.apache.nutch.microformats.reltag that implement IndexingFilter
 class RelTagIndexingFilter
          An IndexingFilter that add tag field(s) to the document.
 

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 © 2011 The Apache Software Foundation