UserAnalyzerEntry

更新时间:
复制 MD 格式

An intervention entry in a custom analyzer.

Example

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

Structure

FieldTypeDescription
cmdStringThe operation type. Valid values: add, delete.
keyStringThe search query to tokenize.
valueStringThe analysis result.
statusStringThe status of the intervention entry. Valid values: ACTIVE, PENDING_ACTIVE.
splitEnabledBooleanSpecifies whether to further tokenize the terms produced after the search query is tokenized.
createdIntegerThe time when the intervention entry was created.
updatedIntegerThe time when the intervention entry was last updated.