Uses of Class
com.norconex.importer.handler.tagger.AbstractStringTagger
-
Packages that use AbstractStringTagger Package Description com.norconex.importer.handler.tagger.impl -
-
Uses of AbstractStringTagger in com.norconex.importer.handler.tagger.impl
Subclasses of AbstractStringTagger in com.norconex.importer.handler.tagger.impl Modifier and Type Class Description classLanguageTaggerDetects a document language based on Apache Tika language detection capability.classRegexTaggerExtracts field names and their values with regular expression.classScriptTaggerTag incoming documents using a scripting language.classTextBetweenTaggerExtracts and add values found between a matching start and end strings to a document metadata field.classTextPatternTaggerDeprecated.Since 3.0.0, useRegexTagger.classTitleGeneratorTaggerAttempts to generate a title from the document content (default) or a specified metadata field.
-