All Products
Search
Document Center

OpenSearch:InterventionDictionary

Last Updated:Feb 20, 2023

Description

The information about an intervention dictionary that is configured for an OpenSearch application.

Example

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

Structure

Field

Type

Description

id

Integer

The ID of the intervention dictionary.

name

String

The name of the intervention dictionary.

type

String

The type of the intervention dictionary. Valid values:

stopword: an intervention dictionary for stop word filtering.

synonym: an intervention dictionary for synonym configuration.

correction: an intervention dictionary for spelling correction.

category_prediction: an intervention dictionary for category prediction.

ner: an intervention dictionary for named entity recognition (NER).

term_weighting: an intervention dictionary for term weight analysis.

suggest_allowlist: an intervention dictionary for drop-down suggestion whitelists.

suggest_denylist: an intervention dictionary for drop-down suggestion blacklists.

hot_allowlist: an intervention dictionary for top search whitelists.

hot_denylist: an intervention dictionary for top search blacklists.

hint_allowlist: an intervention dictionary for hint whitelists.

hint_denylist: an intervention dictionary for hint blacklists.

analyzer

String

The custom analyzer.

created

Integer

The time when the intervention dictionary was created.

updated

Integer

The time when the intervention dictionary was last updated.