SearchIndexKnowledgeSourceMultiWordExpressionBoost interface

A hint that boosts documents based on a multi-word expression.

Extends

Properties

boost

A multiplier for the document score. Must be a positive number not equal to 1.0.

fieldValues

Representative values for the boost.

kind

The discriminator value.

Inherited Properties

boostInstructions

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

fieldValues

Representative values for the boost.

fieldValues?: string[]

Property Value

string[]

kind

The discriminator value.

kind: "multiWordExpression"

Property Value

"multiWordExpression"

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