[TOC]

  • Prev
  • Next

Uses of Interface

org.apache.nutch.indexer.IndexingFilter

Uses of IndexingFilter in org.apache.nutch.analysis.lang

Classes in org.apache.nutch.analysis.lang that implement IndexingFilter Modifier and Type Class and Description class LanguageIndexingFilter An IndexingFilter that add 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 Modifier and Type Class and Description class AnchorIndexingFilter Indexing 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.basic

Classes in org.apache.nutch.indexer.basic that implement IndexingFilter Modifier and Type Class and Description 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 Modifier and Type Class and Description class FeedIndexingFilter

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

Classes in org.apache.nutch.indexer.metadata that implement IndexingFilter Modifier and Type Class and Description class MetadataIndexer Indexer 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 IndexingFilter Modifier and Type Class and Description class MoreIndexingFilter Add (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.staticfield

Classes in org.apache.nutch.indexer.staticfield that implement IndexingFilter Modifier and Type Class and Description class StaticFieldIndexer A 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 Modifier and Type Class and Description class SubcollectionIndexingFilter

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

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

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

Classes in org.apache.nutch.indexer.urlmeta that implement IndexingFilter Modifier and Type Class and Description class URLMetaIndexingFilter This 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 Modifier and Type Class and Description 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 Modifier and Type Class and Description class CCIndexingFilter Adds basic searchable fields to a document.

  • Prev
  • Next

Copyright © 2014 The Apache Software Foundation