Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
TextWeights interface
- Package:
- @azure/search-documents
Defines weights on index fields for which matches should boost scoring in search queries.
Properties
| weights | The dictionary of per-field weights to boost document scoring. The keys are field names and the values are the weights for each field. |
Property Details
weights
The dictionary of per-field weights to boost document scoring. The keys are field names and the values are the weights for each field.
weights: Record<string, number>
Property Value
Record<string, number>
