Represents a custom dictionary used for text analysis (segmentation) in OpenSearch High-performance Search Edition. The dictionary tracks its entry limits, current entry count, and availability status.
Example
{
"id": 123,
"type": "segment",
"entriesLimit": 4,
"entriesCount": -1,
"available": false,
"created": 1588054131,
"updated": 1588054131
}Fields
| 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 that can be created in the dictionary. |
| entriesCount | Integer | The number of intervention entries. |
| 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. |
该文章对您有帮助吗?