Uses of Class
com.norconex.importer.handler.splitter.impl.TextChunkSplitterConfig
Packages that use TextChunkSplitterConfig
-
Uses of TextChunkSplitterConfig in com.norconex.importer.handler.splitter.impl
Methods in com.norconex.importer.handler.splitter.impl that return TextChunkSplitterConfigModifier and TypeMethodDescriptionTextChunkSplitter.getConfiguration()TextChunkSplitterConfig.setChunkOverlap(int chunkOverlap) The number of characters from the end of a chunk to repeat at the start of the next one, so a passage spanning a chunk boundary is not lost from either side's context.TextChunkSplitterConfig.setMaxChunkSize(int maxChunkSize) The maximum number of characters a chunk should have.TextChunkSplitterConfig.setReferenceChunkPrefix(String referenceChunkPrefix) String to append to the parent document reference to form each chunk's reference, followed by the chunk number (1-based).