Interface IRankFeatureLinearFunction
Gives a score equal to the indexed value of S, where S is the value of the rank feature field.
If a rank feature field is indexed with "positive_score_impact": true, its indexed value is equal to S and rounded to preserve only 9 significant bits for the precision.
If a rank feature field is indexed with "positive_score_impact": false, its indexed value is equal to 1/S and rounded to preserve only 9 significant bits for the precision.
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IRankFeatureLinearFunction : IRankFeatureFunction