Search Results for

    Show / Hide Table of Contents

    Class RescoreDescriptor<T>

    Inheritance
    object
    DescriptorBase<RescoreDescriptor<T>, IRescore>
    RescoreDescriptor<T>
    Implements
    IDescriptor
    IRescore
    Inherited Members
    DescriptorBase<RescoreDescriptor<T>, IRescore>.Self
    DescriptorBase<RescoreDescriptor<T>, IRescore>.Assign<TValue>(TValue, Action<IRescore, TValue>)
    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 RescoreDescriptor<T> : DescriptorBase<RescoreDescriptor<T>, IRescore>, IDescriptor, IRescore where T : class
    Type Parameters
    Name Description
    T

    Methods

    | Edit this page View Source

    RescoreQuery(Func<RescoreQueryDescriptor<T>, IRescoreQuery>)

    Declaration
    public virtual RescoreDescriptor<T> RescoreQuery(Func<RescoreQueryDescriptor<T>, IRescoreQuery> rescoreQuerySelector)
    Parameters
    Type Name Description
    Func<RescoreQueryDescriptor<T>, IRescoreQuery> rescoreQuerySelector
    Returns
    Type Description
    RescoreDescriptor<T>
    | Edit this page View Source

    WindowSize(int?)

    Declaration
    public virtual RescoreDescriptor<T> WindowSize(int? windowSize)
    Parameters
    Type Name Description
    int? windowSize
    Returns
    Type Description
    RescoreDescriptor<T>

    Implements

    IDescriptor
    IRescore

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Methods
      • RescoreQuery(Func<RescoreQueryDescriptor<T>, IRescoreQuery>)
      • WindowSize(int?)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX