interface SearchQueryExpressionValue {
    boost?: number;
    field: string;
    fieldType?: SearchFieldType;
}

Hierarchy (View Summary)

Properties

boost?: number
field: string
fieldType?: SearchFieldType

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