Class

NumericRangeQuery

SearchQuery~NumericRangeQuery

Methods

# boost(boost) → {NumericRangeQuery}

Parameters:
Name Type Description
boost number

View Source searchquery.js, line 311

NumericRangeQuery

# field(field) → {NumericRangeQuery}

Parameters:
Name Type Description
field string

View Source searchquery.js, line 301

NumericRangeQuery

# max(max, inclusive) → {NumericRangeQuery}

Parameters:
Name Type Description
max number
inclusive boolean

View Source searchquery.js, line 285

NumericRangeQuery

# min(min, inclusive) → {NumericRangeQuery}

Parameters:
Name Type Description
min number
inclusive boolean

View Source searchquery.js, line 268

NumericRangeQuery