All Products
Search
Document Center

OpenSearch:UserAnalyzerEntry

Last Updated:Oct 21, 2022

Description

The information about an intervention entry of a custom analyzer.

Example

{
    "cmd": "add",
    "key": "kevintest",
    "value": "kevin test",
    "created": 1536690285,
    "updated": 1537348987,
    "status": "ACTIVE",
    "splitEnabled": true
}

Structure

Field

Type

Description

cmd

String

The action. Valid values:- add- delete

key

String

The search query to be segmented.

value

String

The analysis result.

status

String

The status of the intervention entry. Valid values:- ACTIVE- PENDING_ACTIVE

splitEnabled

Boolean

Indicates whether to further segment the terms that are generated after the search query is segmented.

created

Integer

The timestamp when the intervention entry was created.

updated

Integer

The timestamp when the intervention entry was last updated.