Search Results for

    Show / Hide Table of Contents

    Class RankFeatureLinearFunction

    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.

    Inheritance
    object
    RankFeatureLinearFunction
    Implements
    IRankFeatureLinearFunction
    IRankFeatureFunction
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class RankFeatureLinearFunction : IRankFeatureLinearFunction, IRankFeatureFunction

    Implements

    IRankFeatureLinearFunction
    IRankFeatureFunction

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Implements
    • Extension Methods
    Back to top Generated by DocFX