mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 03:58:14 +00:00
[improvement][chat]Introduce AllFieldMapper to increase parsing robustness when normal pipeline fails.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package com.tencent.supersonic.headless.api.pojo.enums;
|
||||
|
||||
public enum MapModeEnum {
|
||||
STRICT(0), MODERATE(2), LOOSE(4);
|
||||
STRICT(0), MODERATE(2), LOOSE(4), ALL(6);
|
||||
|
||||
public int threshold;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user