interface OrderSearchLongRangeValue {
    boost?: number;
    customType?: string;
    field: string;
    gte?: number;
    lte?: number;
}

Hierarchy (View Summary)

Properties

boost?: number
customType?: string

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

field: string
gte?: number
lte?: number