The properties of a custom dictionary used for text analysis in OpenSearch Industry Algorithm Edition.
Example
{
"id": 123,
"type": "segment",
"entriesLimit": 4,
"entriesCount": -1,
"available": false,
"created": 1588054131,
"updated": 1588054131
}Structure
| Field | Type | Description |
|---|---|---|
| id | Integer | The ID of the dictionary. |
| type | String | The type of the dictionary. Valid value: segment. |
| entriesLimit | Integer | The maximum number of intervention entries allowed in the dictionary. |
| entriesCount | Integer | The number of intervention entries in the dictionary. |
| available | Boolean | Indicates whether the dictionary is available. |
| created | Integer | The Unix timestamp when the dictionary was created. |
| updated | Integer | The Unix timestamp when the dictionary was last updated. |