|
@@ -10,9 +10,9 @@ export const SearchMethodTypeMap = new Map([
|
|
|
])
|
|
|
|
|
|
export enum StageMethodType {
|
|
|
- Fixed = 'fixed',
|
|
|
- Split = 'split',
|
|
|
- FatherSon = 'FatherSon',
|
|
|
+ Fixed = 'FixedSizeSplitter',
|
|
|
+ Split = 'CustomSymbolSplitter',
|
|
|
+ FatherSon = 'ContextSplitter',
|
|
|
}
|
|
|
export const StageMethodTypeMap = new Map([
|
|
|
[StageMethodType.Fixed, '固定长度分段'],
|