Search Results for

    Show / Hide Table of Contents

    Class RandomScoreFunction

    Inheritance
    object
    FunctionScoreFunctionBase
    RandomScoreFunction
    Implements
    IRandomScoreFunction
    IScoreFunction
    Inherited Members
    FunctionScoreFunctionBase.Filter
    FunctionScoreFunctionBase.Weight
    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 RandomScoreFunction : FunctionScoreFunctionBase, IRandomScoreFunction, IScoreFunction

    Properties

    | Edit this page View Source

    Field

    Declaration
    public Field Field { get; set; }
    Property Value
    Type Description
    Field
    | Edit this page View Source

    Seed

    Declaration
    public Union<long, string> Seed { get; set; }
    Property Value
    Type Description
    Union<long, string>

    Implements

    IRandomScoreFunction
    IScoreFunction

    Extension Methods

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