InterventionDictionary

更新时间:
复制 MD 格式

The data structure of an intervention dictionary in an OpenSearch application.

Example

{
    "id": 1,
    "name": "tongyici",
    "type": "synonym",
    "analyzer": "",
    "created": 1539158313,
    "updated": 1539158313
}

Fields

FieldTypeDescription
idIntegerThe ID of the intervention dictionary.
nameStringThe name of the intervention dictionary.
typeStringThe type of the intervention dictionary. For valid values, see Type values.
analyzerStringThe custom analyzer.
createdIntegerThe time when the intervention dictionary was created.
updatedIntegerThe time when the intervention dictionary was last updated.

Type values

ValueDescription
stopwordAn intervention dictionary for stop word filtering.
synonymAn intervention dictionary for synonym configuration.
correctionAn intervention dictionary for spelling correction.
category_predictionAn intervention dictionary for category prediction.
nerAn intervention dictionary for named entity recognition (NER).
term_weightingAn intervention dictionary for term weight analysis.
suggest_allowlistAn intervention dictionary for drop-down suggestion allowlists.
suggest_denylistAn intervention dictionary for drop-down suggestion denylists.
hot_allowlistAn intervention dictionary for top search allowlists.
hot_denylistAn intervention dictionary for top search denylists.
hint_allowlistAn intervention dictionary for hint allowlists.
hint_denylistAn intervention dictionary for hint denylists.