类 SimpleDocumentSplitter
java.lang.Object
com.agentsflex.core.document.splitter.SimpleDocumentSplitter
- 所有已实现的接口:
DocumentSplitter
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明intintvoidsetChunkSize(int chunkSize) voidsetOverlapSize(int overlapSize) split(Document document, DocumentIdGenerator idGenerator) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.agentsflex.core.document.DocumentSplitter
split, splitAll
-
字段详细资料
-
chunkSize
-
overlapSize
-
-
构造器详细资料
-
SimpleDocumentSplitter
-
SimpleDocumentSplitter
-
-
方法详细资料
-
getChunkSize
-
setChunkSize
-
getOverlapSize
-
setOverlapSize
-
split
- 指定者:
split在接口中DocumentSplitter
-