Search Results for

    Show / Hide Table of Contents

    Class FunctionScoreFunctionDescriptorBase<TDescriptor, TInterface, T>

    Inheritance
    object
    DescriptorBase<TDescriptor, TInterface>
    FunctionScoreFunctionDescriptorBase<TDescriptor, TInterface, T>
    DecayFunctionDescriptorBase<TDescriptor, TOrigin, TScale, T>
    FieldValueFactorFunctionDescriptor<T>
    FunctionScoreFunctionDescriptor<T>
    RandomScoreFunctionDescriptor<T>
    ScriptScoreFunctionDescriptor<T>
    WeightFunctionDescriptor<T>
    Implements
    IDescriptor
    IScoreFunction
    Inherited Members
    DescriptorBase<TDescriptor, TInterface>.Self
    DescriptorBase<TDescriptor, TInterface>.Assign<TValue>(TValue, Action<TInterface, 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 abstract class FunctionScoreFunctionDescriptorBase<TDescriptor, TInterface, T> : DescriptorBase<TDescriptor, TInterface>, IDescriptor, IScoreFunction where TDescriptor : FunctionScoreFunctionDescriptorBase<TDescriptor, TInterface, T>, TInterface, IScoreFunction where TInterface : class, IScoreFunction where T : class
    Type Parameters
    Name Description
    TDescriptor
    TInterface
    T

    Methods

    | Edit this page View Source

    Filter(Func<QueryContainerDescriptor<T>, QueryContainer>)

    Declaration
    public TDescriptor Filter(Func<QueryContainerDescriptor<T>, QueryContainer> filterSelector)
    Parameters
    Type Name Description
    Func<QueryContainerDescriptor<T>, QueryContainer> filterSelector
    Returns
    Type Description
    TDescriptor
    | Edit this page View Source

    Weight(double?)

    Declaration
    public TDescriptor Weight(double? weight)
    Parameters
    Type Name Description
    double? weight
    Returns
    Type Description
    TDescriptor

    Implements

    IDescriptor
    IScoreFunction

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Methods
      • Filter(Func<QueryContainerDescriptor<T>, QueryContainer>)
      • Weight(double?)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX