Search Results for

    Show / Hide Table of Contents

    Interface IRandomScoreFunction

    Inherited Members
    IScoreFunction.Filter
    IScoreFunction.Weight
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IRandomScoreFunction : IScoreFunction

    Properties

    | Edit this page View Source

    Field

    Declaration
    [DataMember(Name = "field")]
    Field Field { get; set; }
    Property Value
    Type Description
    Field
    | Edit this page View Source

    Seed

    Declaration
    [DataMember(Name = "seed")]
    Union<long, string> Seed { get; set; }
    Property Value
    Type Description
    Union<long, string>

    Extension Methods

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