Uses of Interface
org.apache.nutch.indexer.IndexingFilter
Packages that use IndexingFilter
Package
Description
Text document language identifier.
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 IndexingFilter in org.apache.nutch.analysis.lang
Classes in org.apache.nutch.analysis.lang that implement IndexingFilterModifier and TypeClassDescriptionclassAnIndexingFilterthat add alang(language) field to the document. -
Uses of IndexingFilter in org.apache.nutch.indexer.anchor
Classes in org.apache.nutch.indexer.anchor that implement IndexingFilterModifier and TypeClassDescriptionclassIndexing filter that offers an option to either index all inbound anchor text for a document or deduplicate anchors. -
Uses of IndexingFilter in org.apache.nutch.indexer.arbitrary
Classes in org.apache.nutch.indexer.arbitrary that implement IndexingFilterModifier and TypeClassDescriptionclassAdds arbitrary searchable fields to a document from the class and method the user identifies in the config. -
Uses of IndexingFilter in org.apache.nutch.indexer.basic
Classes in org.apache.nutch.indexer.basic that implement IndexingFilterModifier and TypeClassDescriptionclassAdds 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 -
Uses of IndexingFilter in org.apache.nutch.indexer.filter
Classes in org.apache.nutch.indexer.filter that implement IndexingFilterModifier and TypeClassDescriptionclassAnIndexingFilterthat allows filtering of documents based on the MIME Type detected by Tika -
Uses of IndexingFilter in org.apache.nutch.indexer.geoip
Classes in org.apache.nutch.indexer.geoip that implement IndexingFilterModifier and TypeClassDescriptionclassThis plugin implements an indexing filter which takes advantage of the GeoIP2-java API. -
Uses of IndexingFilter in org.apache.nutch.indexer.jexl
Classes in org.apache.nutch.indexer.jexl that implement IndexingFilterModifier and TypeClassDescriptionclassAnIndexingFilterthat allows filtering of documents based on a JEXL expression. -
Uses of IndexingFilter in org.apache.nutch.indexer.links
Classes in org.apache.nutch.indexer.links that implement IndexingFilterModifier and TypeClassDescriptionclass -
Uses of IndexingFilter in org.apache.nutch.indexer.metadata
Classes in org.apache.nutch.indexer.metadata that implement IndexingFilterModifier and TypeClassDescriptionclassIndexer which can be configured to extract metadata from the crawldb, parse metadata or content metadata. -
Uses of IndexingFilter in org.apache.nutch.indexer.more
Classes in org.apache.nutch.indexer.more that implement IndexingFilterModifier and TypeClassDescriptionclassAdd (or reset) a few metaData properties as respective fields (if they are available), so that they can be accurately used within the search index. -
Uses of IndexingFilter in org.apache.nutch.indexer.replace
Classes in org.apache.nutch.indexer.replace that implement IndexingFilterModifier and TypeClassDescriptionclassDo pattern replacements on selected field contents prior to indexing. -
Uses of IndexingFilter in org.apache.nutch.indexer.staticfield
Classes in org.apache.nutch.indexer.staticfield that implement IndexingFilterModifier and TypeClassDescriptionclassA simple plugin called at indexing that adds fields with static data. -
Uses of IndexingFilter in org.apache.nutch.indexer.subcollection
Classes in org.apache.nutch.indexer.subcollection that implement IndexingFilter -
Uses of IndexingFilter in org.apache.nutch.indexer.tld
Classes in org.apache.nutch.indexer.tld that implement IndexingFilter -
Uses of IndexingFilter in org.apache.nutch.indexer.urlmeta
Classes in org.apache.nutch.indexer.urlmeta that implement IndexingFilterModifier and TypeClassDescriptionclassThis is part of the URL Meta plugin. -
Uses of IndexingFilter in org.apache.nutch.microformats.reltag
Classes in org.apache.nutch.microformats.reltag that implement IndexingFilter -
Uses of IndexingFilter in org.creativecommons.nutch
Classes in org.creativecommons.nutch that implement IndexingFilterModifier and TypeClassDescriptionclassAdds basic searchable fields to a document.