IndexJsonKey

Updated at:
Copy as MD

Parameter

Type

Description

Example

object

The index configuration for a key within a JSON field.

chn

boolean

Specifies whether to enable Chinese tokenization for the field.

true

caseSensitive

boolean

Specifies whether queries on this field are case-sensitive.

true

token

array

The delimiters used for tokenization.

string

A delimiter.

|

alias

string

The alias of the field.

myAlias

type

string

Specifies the field type.

text

doc_value

boolean

Specifies whether to enable doc_value for the field. This enables sorting, aggregation, and statistical analysis on the field.

true