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.field   
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 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.
 NutchDocument IndexingFilters.filter(NutchDocument doc, Parse parse, Text url, CrawlDatum datum, Inlinks inlinks)
          Run all defined filters.
 

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.field
 

Methods in org.apache.nutch.indexer.field that throw IndexingException
 Document FieldFilter.filter(String url, Document doc, List<FieldWritable> fields)
          Returns the document to which fields are being added or null if we are to stop processing for this url and not add anything to the index.
 Document FieldFilters.filter(String url, Document doc, List<FieldWritable> fields)
          Runs all FieldFilter extensions.
 

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