(improvement)(Headless) Put term into dict and let it can be mapped by mapper (#1002)

This commit is contained in:
LXW
2024-05-16 10:15:04 +08:00
committed by GitHub
parent 21af74c674
commit 55c625a915
34 changed files with 292 additions and 137 deletions

View File

@@ -1,7 +1,7 @@
package com.tencent.supersonic.common.pojo.enums;
import java.util.Objects;
import org.apache.commons.lang3.StringUtils;
import java.util.Objects;
/***
* nature type
@@ -23,6 +23,8 @@ public enum DictWordType {
TAG("tag"),
TERM("term"),
SUFFIX("suffix");
public static final String NATURE_SPILT = "_";