Uses of Interface
com.norconex.importer.IImportHandler

Packages that use IImportHandler
com.norconex.importer   
com.norconex.importer.filter   
com.norconex.importer.filter.impl   
com.norconex.importer.tagger   
com.norconex.importer.tagger.impl   
com.norconex.importer.transformer   
com.norconex.importer.transformer.impl   
 

Uses of IImportHandler in com.norconex.importer
 

Methods in com.norconex.importer that return IImportHandler
 IImportHandler[] ImporterConfig.getPostParseHandlers()
           
 IImportHandler[] ImporterConfig.getPreParseHandlers()
           
 

Methods in com.norconex.importer with parameters of type IImportHandler
 void ImporterConfig.setPostParseHandlers(IImportHandler... handlers)
           
 void ImporterConfig.setPreParseHandlers(IImportHandler... handlers)
           
 

Uses of IImportHandler in com.norconex.importer.filter
 

Subinterfaces of IImportHandler in com.norconex.importer.filter
 interface IDocumentFilter
          Filters documents.
 

Uses of IImportHandler in com.norconex.importer.filter.impl
 

Classes in com.norconex.importer.filter.impl that implement IImportHandler
 class RegexMetadataFilter
          Accepts or rejects a document based on its property values using regular expression.
 

Uses of IImportHandler in com.norconex.importer.tagger
 

Subinterfaces of IImportHandler in com.norconex.importer.tagger
 interface IDocumentTagger
          Tags a document with extra metadata information, or manipulate existing metadata information.
 

Uses of IImportHandler in com.norconex.importer.tagger.impl
 

Classes in com.norconex.importer.tagger.impl that implement IImportHandler
 class ConstantTagger
          Define and add constant values to documents.
 class DeleteTagger
           Delete the metadata fields provided.
 class ForceSingleValueTagger
           Forces a metadata field to be single-value.
 class KeepOnlyTagger
           Keep only the metadata fields provided, delete all other ones.
 class RenameTagger
          Rename metadata fields to different names.
 class ReplaceTagger
          Replaces an existing metadata value with another one.
 

Uses of IImportHandler in com.norconex.importer.transformer
 

Subinterfaces of IImportHandler in com.norconex.importer.transformer
 interface IDocumentTransformer
          Transformers allow to manipulate and convert extracted text and save the modified text back.
 

Classes in com.norconex.importer.transformer that implement IImportHandler
 class AbstractCharStreamTransformer
          Base class for transformers dealing with text documents only.
 class AbstractRestrictiveTransformer
          Base class for transformers applying only to certain type of documents
 class AbstractStringTransformer
          Base class to facilitate creating transformers on text content, load text into StringBuilder for memory processing, also giving more options (like fancy regex).
 

Uses of IImportHandler in com.norconex.importer.transformer.impl
 

Classes in com.norconex.importer.transformer.impl that implement IImportHandler
 class StripAfterTransformer
          Strips any content found after first match found for given pattern.
 class StripBeforeTransformer
          Strips any content found before first match found for given pattern.
 class StripBetweenTransformer
          Strips any content found between a matching start and end strings.
 



Copyright © 2009-2013 Norconex Inc.. All Rights Reserved.