Search Results for

    Show / Hide Table of Contents

    Class BM25Similarity

    Inheritance
    object
    BM25Similarity
    Implements
    IBM25Similarity
    ISimilarity
    Inherited Members
    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 BM25Similarity : IBM25Similarity, ISimilarity

    Properties

    | Edit this page View Source

    B

    Controls to what degree document length normalizes tf values.

    Declaration
    public double? B { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    DiscountOverlaps

    Sets whether overlap tokens (Tokens with 0 position increment) are ignored when computing norm.

    Declaration
    public bool? DiscountOverlaps { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    K1

    Controls non-linear term frequency normalization (saturation).

    Declaration
    public double? K1 { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    Type

    The type of similarity.

    Declaration
    public string Type { get; }
    Property Value
    Type Description
    string

    Implements

    IBM25Similarity
    ISimilarity

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • B
      • DiscountOverlaps
      • K1
      • Type
    • Implements
    • Extension Methods
    Back to top Generated by DocFX