boostFieldName
Boost Field
required
|
The field name to boost the values on.
type: string
|
boostingMethod
Boost Method
required
|
The boost method to use. query-parser should be chosen if defType!=edismax for main query.
type: string
default value: 'query-param '
enum: {
query-param
query-parser
}
|
boostingParam
Boost Param
required
|
’Boost' multiplies scores by the boost values whereas 'bq' adds optional clauses to main query.
type: string
default value: 'boost '
enum: {
boost
bq
}
|
key
Context Key
required
|
The key name to read from context for boost id and values.
type: string
|
scaleRange
Scale Boosts
|
Scale the boost values to a [min,max] range
type: object
object attributes: {
scaleMax
: {
display name: Maximum value of the scale range
type: number
}
scaleMin
: {
display name: Minimum value of the scale range
type: number
}
}
|