interface SearchExistsValue {
    boost?: number;
    field: string;
    fieldType?: string;
    language?: string;
}

Hierarchy (view full)

Properties

boost?: number
field: string
fieldType?: string

Possible values for the fieldType property on query expressions indicating the data type of the field.

language?: string

String value specifying linguistic and regional preferences using the IETF language tag format, as described in BCP 47. The format combines language, script, and region using hyphen-separated subtags. For example: en, en-US, zh-Hans-SG.