Class

NumericRangeQuery

SearchQuery~NumericRangeQuery

Methods

# boost(boost) → {NumericRangeQuery}

Parameters:
Name Type Description
boost number

View Source searchquery.js, line 310

NumericRangeQuery

# field(field) → {NumericRangeQuery}

Parameters:
Name Type Description
field string

View Source searchquery.js, line 300

NumericRangeQuery

# max(max, inclusive) → {NumericRangeQuery}

Parameters:
Name Type Description
max number
inclusive boolean

View Source searchquery.js, line 284

NumericRangeQuery

# min(min, inclusive) → {NumericRangeQuery}

Parameters:
Name Type Description
min number
inclusive boolean

View Source searchquery.js, line 267

NumericRangeQuery