All Products
Search
Document Center

OpenSearch:UserDict

Last Updated:Mar 31, 2026

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

FieldTypeDescription
idIntegerThe ID of the dictionary.
typeStringThe type of the dictionary. Valid value: segment.
entriesLimitIntegerThe maximum number of intervention entries allowed in the dictionary.
entriesCountIntegerThe number of intervention entries in the dictionary.
availableBooleanIndicates whether the dictionary is available.
createdIntegerThe Unix timestamp when the dictionary was created.
updatedIntegerThe Unix timestamp when the dictionary was last updated.