Search Results for

    Show / Hide Table of Contents

    Interface IFieldValueFactorFunction

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

    Properties

    | Edit this page View Source

    Factor

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

    Field

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

    Missing

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

    Modifier

    Declaration
    [DataMember(Name = "modifier")]
    FieldValueFactorModifier? Modifier { get; set; }
    Property Value
    Type Description
    FieldValueFactorModifier?

    Extension Methods

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