Search Results for

    Show / Hide Table of Contents

    Interface IRescore

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IRescore

    Properties

    | Edit this page View Source

    Query

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

    WindowSize

    Declaration
    [DataMember(Name = "window_size")]
    int? WindowSize { get; set; }
    Property Value
    Type Description
    int?

    Extension Methods

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