Search Results for

    Show / Hide Table of Contents

    Interface IBM25Similarity

    BM25 Similarity. Introduced in Stephen E. Robertson, Steve Walker, Susan Jones, Micheline Hancock-Beaulieu, and Mike Gatford. Okapi at TREC-3. In Proceedings of the Third Text Retrieval Conference (TREC 1994). Gaithersburg, USA, November 1994.

    Inherited Members
    ISimilarity.Type
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IBM25Similarity : ISimilarity

    Properties

    | Edit this page View Source

    B

    Controls to what degree document length normalizes tf values.

    Declaration
    [DataMember(Name = "b")]
    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
    [DataMember(Name = "discount_overlaps")]
    bool? DiscountOverlaps { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    K1

    Controls non-linear term frequency normalization (saturation).

    Declaration
    [DataMember(Name = "k1")]
    double? K1 { get; set; }
    Property Value
    Type Description
    double?

    Extension Methods

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