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.anchor An indexing plugin for inbound anchor text. 
org.apache.nutch.indexer.basic A basic indexing plugin. 
org.apache.nutch.indexer.feed   
org.apache.nutch.indexer.more A more indexing plugin. 
org.apache.nutch.indexer.subcollection   
org.apache.nutch.indexer.tld Top Level Domain 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 adds a lang (language) field to the document.
 

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

Classes in org.apache.nutch.indexer.anchor that implement IndexingFilter
 class AnchorIndexingFilter
          Indexing filter that indexes all inbound anchor text for a 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.feed
 

Classes in org.apache.nutch.indexer.feed that implement IndexingFilter
 class FeedIndexingFilter
           
 

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.indexer.subcollection
 

Classes in org.apache.nutch.indexer.subcollection that implement IndexingFilter
 class SubcollectionIndexingFilter
           
 

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

Classes in org.apache.nutch.indexer.tld that implement IndexingFilter
 class TLDIndexingFilter
          Adds the Top level domain extensions to the index
 

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