All Products
Search
Document Center

Tablestore:SingleWordAnalyzerParameter

Last Updated:May 10, 2024

SingleWordAnalyzerParameter specifies the optional configurations in the search index when single-word tokenization is used.

Data structure

message SingleWordAnalyzerParameter {
    optional bool case_sensitive = 1;
    optional bool delimit_word = 2;
}

Parameter

Type

Required

Description

case_sensitive

bool

No

Specifies whether to enable case sensitivity. Default value: false. If you set the parameter to false, all letters are converted to lowercase letters.

delimit_word

bool

No

Specifies whether to tokenize alphanumeric characters. Default value: false.