interface SearchQueryExpressionValue {
    boost?: number;
    field: string;
    fieldType?: 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.