SearchIndexKnowledgeSourceFieldValueBoost interface
A hint that boosts documents based on a field value.
- Extends
Properties
| boost | A multiplier for the document score. Must be a positive number not equal to 1.0. |
| field | The name of the search index field. |
| field |
Representative values for the field. |
| kind | The discriminator value. |
Inherited Properties
| boost |
Natural-language instructions that explain when and how to apply the boost. |
Property Details
boost
A multiplier for the document score. Must be a positive number not equal to 1.0.
boost: number
Property Value
number
field
The name of the search index field.
field: string
Property Value
string
fieldValues
Representative values for the field.
fieldValues?: string[]
Property Value
string[]
kind
The discriminator value.
kind: "fieldValue"
Property Value
"fieldValue"
Inherited Property Details
boostInstructions
Natural-language instructions that explain when and how to apply the boost.
boostInstructions?: string
Property Value
string
Inherited From SearchIndexKnowledgeSourceBoost.boostInstructions