Represents an intervention dictionary configured for an OpenSearch application.
Example
{
"id": 1,
"name": "tongyici",
"type": "synonym",
"analyzer": "",
"created": 1539158313,
"updated": 1539158313
}Structure
| 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 | Filters stop words from search queries. |
synonym | Maps synonyms for search queries. |
correction | Corrects spelling errors in search queries. |
category_prediction | Predicts the category of a search query. |
ner | Applies named entity recognition (NER) to search queries. |
term_weighting | Analyzes term weights in search queries. |
suggest_allowlist | Defines an allowlist for drop-down suggestions. |
suggest_denylist | Defines a denylist for drop-down suggestions. |
hot_allowlist | Defines an allowlist for top search results. |
hot_denylist | Defines a denylist for top search results. |
hint_allowlist | Defines an allowlist for hints. |
hint_denylist | Defines a denylist for hints. |
该文章对您有帮助吗?