public class SplitterPipeline extends Object implements DocumentSplitter
| Constructor and Description |
|---|
SplitterPipeline() |
| Modifier and Type | Method and Description |
|---|---|
SplitterPipeline |
next(DocumentSplitter splitter)
添加到后面
|
List<Document> |
split(List<Document> documents)
分割
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsplitpublic SplitterPipeline next(DocumentSplitter splitter)
Copyright © 2025. All rights reserved.