全部產品
Search
文件中心

OpenSearch:InterventionDictionary

更新時間:Aug 22, 2026

本文介紹了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

更新時間。