The data structure of an intervention dictionary in an OpenSearch application.
Example
{
"id": 1,
"name": "tongyici",
"type": "synonym",
"analyzer": "",
"created": 1539158313,
"updated": 1539158313
}Fields
| Field | Type | Description |
|---|---|---|
id | Integer | The ID of the intervention dictionary. |
name | String | The name of the intervention dictionary. |
type | String | The type of the intervention dictionary. For valid values, see Type values. |
analyzer | String | The custom analyzer. |
created | Integer | The time when the intervention dictionary was created. |
updated | Integer | The time when the intervention dictionary was last updated. |
Type values
| Value | Description |
|---|---|
stopword | An intervention dictionary for stop word filtering. |
synonym | An intervention dictionary for synonym configuration. |
correction | An intervention dictionary for spelling correction. |
category_prediction | An intervention dictionary for category prediction. |
ner | An intervention dictionary for named entity recognition (NER). |
term_weighting | An intervention dictionary for term weight analysis. |
suggest_allowlist | An intervention dictionary for drop-down suggestion allowlists. |
suggest_denylist | An intervention dictionary for drop-down suggestion denylists. |
hot_allowlist | An intervention dictionary for top search allowlists. |
hot_denylist | An intervention dictionary for top search denylists. |
hint_allowlist | An intervention dictionary for hint allowlists. |
hint_denylist | An intervention dictionary for hint denylists. |
该文章对您有帮助吗?