public final class TextWeights extends Object
| Constructor and Description |
|---|
TextWeights(Map<String,Double> weights)
Constructor of
TextWeights. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Double> |
getWeights()
Get the weights property: The dictionary of per-field weights to boost
document scoring.
|
public TextWeights(Map<String,Double> weights)
TextWeights.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.Copyright © 2020 Microsoft Corporation. All rights reserved.