本文介紹了InterventionDictionary的資料結構詳情。
描述
OpenSearch 應用的幹預詞典。
樣本
{
"id": 1,
"name": "tongyici",
"type": "synonym",
"analyzer": "",
"created": 1539158313,
"updated": 1539158313
}結構
欄位 | 類型 | 描述 |
id | Integer | 詞典ID。 |
name | String | 名稱。 |
type | String | 類型:
|
analyzer | String | 自訂分詞。 |
created | Integer | 建立時間。 |
updated | Integer | 更新時間。 |