Uses of Interface
com.norconex.importer.util.chunk.ChunkedTextSupport
Packages that use ChunkedTextSupport
-
Uses of ChunkedTextSupport in com.norconex.importer.handler.transformer.impl
Classes in com.norconex.importer.handler.transformer.impl that implement ChunkedTextSupportModifier and TypeClassDescriptionclassReduces specified consecutive characters or strings to only one instance (document content only).classDetects a document language based on Apache Tika language detection capability.classExtracts field names and their values with regular expression.classTransform incoming documents using a scripting language.classStrips any content found after first match found for given pattern.classStrips any content found before first match found for given pattern.classStrips any content found between a matching start and end strings.classAttempts to generate a title from the document content (default) or a specified metadata field.classExtracts unique URLs matching specific patterns in plain text content and store them in a given field. -
Uses of ChunkedTextSupport in com.norconex.importer.util.chunk
Methods in com.norconex.importer.util.chunk with parameters of type ChunkedTextSupportModifier and TypeMethodDescriptionstatic ChunkedTextReaderChunkedTextReader.from(ChunkedTextSupport chunkedTextSupport) static voidChunkedTextUtil.transform(@NonNull ChunkedTextSupport cfg, @NonNull DocHandlerContext docCtx, @NonNull FailableFunction<TextChunk, String, IOException> textConsumer) static voidChunkedTextUtil.transform(@NonNull ChunkedTextSupport cfg, @NonNull DocHandlerContext docCtx, @NonNull FailableFunction<TextChunk, String, IOException> textConsumer, Predicate<TextChunk> keepReading)