Search Results for

    Show / Hide Table of Contents

    Class MatchPhraseQueryDescriptor<T>

    Inheritance
    object
    DescriptorBase<MatchPhraseQueryDescriptor<T>, IMatchPhraseQuery>
    QueryDescriptorBase<MatchPhraseQueryDescriptor<T>, IMatchPhraseQuery>
    FieldNameQueryDescriptorBase<MatchPhraseQueryDescriptor<T>, IMatchPhraseQuery, T>
    MatchPhraseQueryDescriptor<T>
    Implements
    IDescriptor
    IMatchPhraseQuery
    IFieldNameQuery
    IQuery
    Inherited Members
    FieldNameQueryDescriptorBase<MatchPhraseQueryDescriptor<T>, IMatchPhraseQuery, T>.Field(Field)
    FieldNameQueryDescriptorBase<MatchPhraseQueryDescriptor<T>, IMatchPhraseQuery, T>.Field<TValue>(Expression<Func<T, TValue>>)
    QueryDescriptorBase<MatchPhraseQueryDescriptor<T>, IMatchPhraseQuery>.Conditionless
    QueryDescriptorBase<MatchPhraseQueryDescriptor<T>, IMatchPhraseQuery>.Name(string)
    QueryDescriptorBase<MatchPhraseQueryDescriptor<T>, IMatchPhraseQuery>.Boost(double?)
    QueryDescriptorBase<MatchPhraseQueryDescriptor<T>, IMatchPhraseQuery>.Verbatim(bool)
    QueryDescriptorBase<MatchPhraseQueryDescriptor<T>, IMatchPhraseQuery>.Strict(bool)
    DescriptorBase<MatchPhraseQueryDescriptor<T>, IMatchPhraseQuery>.Self
    DescriptorBase<MatchPhraseQueryDescriptor<T>, IMatchPhraseQuery>.Assign<TValue>(TValue, Action<IMatchPhraseQuery, TValue>)
    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 MatchPhraseQueryDescriptor<T> : FieldNameQueryDescriptorBase<MatchPhraseQueryDescriptor<T>, IMatchPhraseQuery, T>, IDescriptor, IMatchPhraseQuery, IFieldNameQuery, IQuery where T : class
    Type Parameters
    Name Description
    T

    Properties

    | Edit this page View Source

    Conditionless

    Whether the query is conditionless. A conditionless query is not serialized as part of the request sent to OpenSearch.

    Declaration
    protected override bool Conditionless { get; }
    Property Value
    Type Description
    bool
    Overrides
    QueryDescriptorBase<MatchPhraseQueryDescriptor<T>, IMatchPhraseQuery>.Conditionless

    Methods

    | Edit this page View Source

    Analyzer(string)

    Declaration
    public MatchPhraseQueryDescriptor<T> Analyzer(string analyzer)
    Parameters
    Type Name Description
    string analyzer
    Returns
    Type Description
    MatchPhraseQueryDescriptor<T>
    | Edit this page View Source

    Query(string)

    Declaration
    public MatchPhraseQueryDescriptor<T> Query(string query)
    Parameters
    Type Name Description
    string query
    Returns
    Type Description
    MatchPhraseQueryDescriptor<T>
    | Edit this page View Source

    Slop(int?)

    Declaration
    public MatchPhraseQueryDescriptor<T> Slop(int? slop)
    Parameters
    Type Name Description
    int? slop
    Returns
    Type Description
    MatchPhraseQueryDescriptor<T>

    Implements

    IDescriptor
    IMatchPhraseQuery
    IFieldNameQuery
    IQuery

    Extension Methods

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