Search Results for

    Show / Hide Table of Contents

    Interface IMoreLikeThisQuery

    Inherited Members
    IQuery.Boost
    IQuery.Conditionless
    IQuery.IsStrict
    IQuery.IsVerbatim
    IQuery.IsWritable
    IQuery.Name
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IMoreLikeThisQuery : IQuery

    Properties

    | Edit this page View Source

    Analyzer

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

    BoostTerms

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

    Fields

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

    Include

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

    Like

    Declaration
    [DataMember(Name = "like")]
    IEnumerable<Like> Like { get; set; }
    Property Value
    Type Description
    IEnumerable<Like>
    | Edit this page View Source

    MaxDocumentFrequency

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

    MaxQueryTerms

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

    MaxWordLength

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

    MinDocumentFrequency

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

    MinTermFrequency

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

    MinWordLength

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

    MinimumShouldMatch

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

    PerFieldAnalyzer

    Provide a different analyzer than the one at the field. This is useful in order to generate term vectors in any fashion, especially when using artificial documents.

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

    Routing

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

    StopWords

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

    Unlike

    Declaration
    [DataMember(Name = "unlike")]
    IEnumerable<Like> Unlike { get; set; }
    Property Value
    Type Description
    IEnumerable<Like>
    | Edit this page View Source

    Version

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

    VersionType

    Declaration
    [DataMember(Name = "version_type")]
    VersionType? VersionType { get; set; }
    Property Value
    Type Description
    VersionType?

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Analyzer
      • BoostTerms
      • Fields
      • Include
      • Like
      • MaxDocumentFrequency
      • MaxQueryTerms
      • MaxWordLength
      • MinDocumentFrequency
      • MinTermFrequency
      • MinWordLength
      • MinimumShouldMatch
      • PerFieldAnalyzer
      • Routing
      • StopWords
      • Unlike
      • Version
      • VersionType
    • Extension Methods
    Back to top Generated by DocFX