BoostItem
- fieldType: string · Fieldrequired
The boosting field of the rule.
- optionType: string · Optionenumrequired
The boosting option of the field.
values- contains
- not
_contain - is
- is
_not - regex
- ends
_with - starts
_with
- queryType: string · Queryrequired
The boosting query of the field.
- actionType: string · Actionenum
The boosting action of the field.
values- pin
- bury
- remove
- pinType: integer · Pin Position
_position greater than:0min:1This field is a 1-based integer to describe the position. This field is only used when action is "pin".
Examples
{
"field": "title",
"option": "contains",
"query": "iphone"
}
