InterventionDictionary

本文介绍了InterventionDictionary的数据结构详情。

描述

OpenSearch 应用的干预词典。

示例

{
    "id": 1,
    "name": "tongyici",
    "type": "synonym",
    "analyzer": "",
    "created": 1539158313,
    "updated": 1539158313
}

结构

字段

类型

描述

id

Integer

词典ID。

name

String

名称。

type

String

类型:

  • stopword 停用词

  • synonym 同义词

  • correction 拼写纠错

  • category_prediction 类目预测

  • ner 实体识别

  • term_weighting 词权重

  • suggest_allowlist 下拉提示白名单

  • suggest_denylist 下拉提示黑名单

  • hot_allowlist  热搜白名单

  • hot_denylist  热搜黑名单

  • hint_allowlist  底纹白名单

  • hint_denylist  底纹黑名单

analyzer

String

自定义分词。

created

Integer

创建时间。

updated

Integer

更新时间。