Class

NumericRangeQuery

NumericRangeQuery

Methods

# boost(boost) → {NumericRangeQuery}

Parameters:
Name Type Description
boost number

View Source searchquery.js, line 306

# field(field) → {NumericRangeQuery}

Parameters:
Name Type Description
field string

View Source searchquery.js, line 296

# max(max, inclusive) → {NumericRangeQuery}

Parameters:
Name Type Description
max number
inclusive boolean

View Source searchquery.js, line 280

# min(min, inclusive) → {NumericRangeQuery}

Parameters:
Name Type Description
min number
inclusive boolean

View Source searchquery.js, line 263