Uses of Class
org.apache.nutch.indexer.IndexingException
Packages that use IndexingException
Package
Description
Text document language identifier.
Index content, configure and run indexing and cleaning jobs to
add, update, and delete documents from an index.
An indexing plugin for inbound anchor text.
Indexing filter to add document arbitrary data to the index
from the output of a user-specified class.
A basic indexing plugin, adds basic fields: url, host, title, content, etc.
Indexing filter to index meta data from RSS feeds.
This plugin implements an indexing filter which takes
advantage of the
GeoIP2-java API.
This plugin implements a dynamic indexing filter which uses JEXL
expressions to allow filtering based on the page's metadata
Indexing filter to add document metadata to the index.
A more indexing plugin, adds "more" index fields:last modified
date, MIME type, content length.
Indexing filter to allow pattern replacements on metadata.
A simple plugin called at indexing that adds fields with static data.
Indexing filter to assign documents to subcollections.
Top Level Domain Indexing plugin.
URL Meta Tag Indexing Plugin
A microformats Rel-Tag
Parser/Indexer/Querier plugin.
Sample plugins that parse and index Creative Commons metadata.
-
Uses of IndexingException in org.apache.nutch.analysis.lang
Methods in org.apache.nutch.analysis.lang that throw IndexingExceptionModifier and TypeMethodDescriptionLanguageIndexingFilter.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 IndexingExceptionModifier and TypeMethodDescriptionIndexingFilter.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.IndexingFilters.filter(NutchDocument doc, Parse parse, Text url, CrawlDatum datum, Inlinks inlinks) Run all defined filters. -
Uses of IndexingException in org.apache.nutch.indexer.anchor
Methods in org.apache.nutch.indexer.anchor that throw IndexingExceptionModifier and TypeMethodDescriptionAnchorIndexingFilter.filter(NutchDocument doc, Parse parse, Text url, CrawlDatum datum, Inlinks inlinks) TheAnchorIndexingFilterfilter object which supports boolean configuration settings for the deduplication of anchors. -
Uses of IndexingException in org.apache.nutch.indexer.arbitrary
Methods in org.apache.nutch.indexer.arbitrary that throw IndexingExceptionModifier and TypeMethodDescriptionArbitraryIndexingFilter.filter(NutchDocument doc, Parse parse, Text url, CrawlDatum datum, Inlinks inlinks) TheArbitraryIndexingFilterfilter object uses reflection to instantiate the configured class and invoke the configured method. -
Uses of IndexingException in org.apache.nutch.indexer.basic
Methods in org.apache.nutch.indexer.basic that throw IndexingExceptionModifier and TypeMethodDescriptionBasicIndexingFilter.filter(NutchDocument doc, Parse parse, Text url, CrawlDatum datum, Inlinks inlinks) TheBasicIndexingFilterfilter object which supports few configuration settings for adding basic searchable fields. -
Uses of IndexingException in org.apache.nutch.indexer.feed
Methods in org.apache.nutch.indexer.feed that throw IndexingExceptionModifier and TypeMethodDescriptionFeedIndexingFilter.filter(NutchDocument doc, Parse parse, Text url, CrawlDatum datum, Inlinks inlinks) Extracts out the relevant fields: FEED_AUTHOR FEED_TAGS FEED_PUBLISHED FEED_UPDATED FEED And sends them to theIndexerfor indexing within the Nutch index. -
Uses of IndexingException in org.apache.nutch.indexer.filter
Methods in org.apache.nutch.indexer.filter that throw IndexingExceptionModifier and TypeMethodDescriptionMimeTypeIndexingFilter.filter(NutchDocument doc, Parse parse, Text url, CrawlDatum datum, Inlinks inlinks) static voidMain method for invoking this tool -
Uses of IndexingException in org.apache.nutch.indexer.geoip
Methods in org.apache.nutch.indexer.geoip that throw IndexingExceptionModifier and TypeMethodDescriptionGeoIPIndexingFilter.filter(NutchDocument doc, Parse parse, Text url, CrawlDatum datum, Inlinks inlinks) -
Uses of IndexingException in org.apache.nutch.indexer.jexl
Methods in org.apache.nutch.indexer.jexl that throw IndexingExceptionModifier and TypeMethodDescriptionJexlIndexingFilter.filter(NutchDocument doc, Parse parse, Text url, CrawlDatum datum, Inlinks inlinks) -
Uses of IndexingException in org.apache.nutch.indexer.links
Methods in org.apache.nutch.indexer.links that throw IndexingExceptionModifier and TypeMethodDescriptionLinksIndexingFilter.filter(NutchDocument doc, Parse parse, Text url, CrawlDatum datum, Inlinks inlinks) -
Uses of IndexingException in org.apache.nutch.indexer.metadata
Methods in org.apache.nutch.indexer.metadata that throw IndexingExceptionModifier and TypeMethodDescriptionMetadataIndexer.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 IndexingExceptionModifier and TypeMethodDescriptionMoreIndexingFilter.filter(NutchDocument doc, Parse parse, Text url, CrawlDatum datum, Inlinks inlinks) -
Uses of IndexingException in org.apache.nutch.indexer.replace
Methods in org.apache.nutch.indexer.replace that throw IndexingExceptionModifier and TypeMethodDescriptionReplaceIndexer.filter(NutchDocument doc, Parse parse, Text url, CrawlDatum datum, Inlinks inlinks) -
Uses of IndexingException in org.apache.nutch.indexer.staticfield
Methods in org.apache.nutch.indexer.staticfield that throw IndexingExceptionModifier and TypeMethodDescriptionStaticFieldIndexer.filter(NutchDocument doc, Parse parse, Text url, CrawlDatum datum, Inlinks inlinks) TheStaticFieldIndexerfilter object which adds fields as per configuration setting. -
Uses of IndexingException in org.apache.nutch.indexer.subcollection
Methods in org.apache.nutch.indexer.subcollection that throw IndexingExceptionModifier and TypeMethodDescriptionSubcollectionIndexingFilter.filter(NutchDocument doc, Parse parse, Text url, CrawlDatum datum, Inlinks inlinks) -
Uses of IndexingException in org.apache.nutch.indexer.tld
Methods in org.apache.nutch.indexer.tld that throw IndexingExceptionModifier and TypeMethodDescriptionTLDIndexingFilter.filter(NutchDocument doc, Parse parse, Text urlText, CrawlDatum datum, Inlinks inlinks) -
Uses of IndexingException in org.apache.nutch.indexer.urlmeta
Methods in org.apache.nutch.indexer.urlmeta that throw IndexingExceptionModifier and TypeMethodDescriptionURLMetaIndexingFilter.filter(NutchDocument doc, Parse parse, Text url, CrawlDatum datum, Inlinks inlinks) This will take the metatags that you have listed in your "urlmeta.tags" property, and looks for them inside the CrawlDatum object. -
Uses of IndexingException in org.apache.nutch.microformats.reltag
Methods in org.apache.nutch.microformats.reltag that throw IndexingExceptionModifier and TypeMethodDescriptionRelTagIndexingFilter.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 IndexingExceptionModifier and TypeMethodDescriptionCCIndexingFilter.filter(NutchDocument doc, Parse parse, Text url, CrawlDatum datum, Inlinks inlinks)