interface RangeCondition {
[name: string]: {
boost?: number;
format?: string;
from?: any;
include_lower: boolean;
include_upper: boolean;
relation?: string;
time_zone?: string;
to?: any;
};
}
Indexable
[name: string]: {
boost?: number;
format?: string;
from?: any;
include_lower: boolean;
include_upper: boolean;
relation?: string;
time_zone?: string;
to?: any;
}
Optional
boost?: number
Optional
format?: string
Optional
from?: any
include_lower: boolean
include_upper: boolean
Optional
relation?: string
Optional
time_zone?: string
Optional
to?: any
返回包含所提供范围内术语的文档。
Example