Uses of Class
org.apache.nutch.indexer.IndexingException

Packages that use IndexingException
org.apache.nutch.analysis.lang Text document language identifier. 
org.apache.nutch.indexer Maintain Lucene full-text indexes. 
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 IndexingException in org.apache.nutch.analysis.lang
 

Methods in org.apache.nutch.analysis.lang that throw IndexingException
 NutchDocument LanguageIndexingFilter.filter(NutchDocument doc, Parse parse, Text url, CrawlDatum datum, Inlinks inlinks)
           
 

Uses of IndexingException in org.apache.nutch.indexer
 

Methods in org.apache.nutch.indexer that throw IndexingException
 NutchDocument IndexingFilters.filter(NutchDocument doc, Parse parse, Text url, CrawlDatum datum, Inlinks inlinks)
          Run all defined filters.
 NutchDocument IndexingFilter.filter(NutchDocument doc, Parse parse, Text url, CrawlDatum datum, Inlinks inlinks)
          Adds fields or otherwise modifies the document that will be indexed for a parse.
 

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

Methods in org.apache.nutch.indexer.basic that throw IndexingException
 NutchDocument BasicIndexingFilter.filter(NutchDocument doc, Parse parse, Text url, CrawlDatum datum, Inlinks inlinks)
           
 

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

Methods in org.apache.nutch.indexer.more that throw IndexingException
 NutchDocument MoreIndexingFilter.filter(NutchDocument doc, Parse parse, Text url, CrawlDatum datum, Inlinks inlinks)
           
 

Uses of IndexingException in org.apache.nutch.microformats.reltag
 

Methods in org.apache.nutch.microformats.reltag that throw IndexingException
 NutchDocument RelTagIndexingFilter.filter(NutchDocument doc, Parse parse, Text url, CrawlDatum datum, Inlinks inlinks)
           
 

Uses of IndexingException in org.creativecommons.nutch
 

Methods in org.creativecommons.nutch that throw IndexingException
 NutchDocument CCIndexingFilter.filter(NutchDocument doc, Parse parse, Text url, CrawlDatum datum, Inlinks inlinks)
           
 



Copyright © 2011 The Apache Software Foundation