Search Results for

    Show / Hide Table of Contents

    Interface IMatchPhraseQuery

    Inherited Members
    IFieldNameQuery.Field
    IQuery.Boost
    IQuery.Conditionless
    IQuery.IsStrict
    IQuery.IsVerbatim
    IQuery.IsWritable
    IQuery.Name
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IMatchPhraseQuery : IFieldNameQuery, 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

    Query

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

    Slop

    Declaration
    [DataMember(Name = "slop")]
    int? Slop { get; set; }
    Property Value
    Type Description
    int?

    Extension Methods

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