Search Results for

    Show / Hide Table of Contents

    Class MatchAllQueryDescriptor

    Inheritance
    object
    DescriptorBase<MatchAllQueryDescriptor, IMatchAllQuery>
    QueryDescriptorBase<MatchAllQueryDescriptor, IMatchAllQuery>
    MatchAllQueryDescriptor
    Implements
    IDescriptor
    IMatchAllQuery
    IQuery
    Inherited Members
    QueryDescriptorBase<MatchAllQueryDescriptor, IMatchAllQuery>.Conditionless
    QueryDescriptorBase<MatchAllQueryDescriptor, IMatchAllQuery>.Name(string)
    QueryDescriptorBase<MatchAllQueryDescriptor, IMatchAllQuery>.Boost(double?)
    QueryDescriptorBase<MatchAllQueryDescriptor, IMatchAllQuery>.Verbatim(bool)
    QueryDescriptorBase<MatchAllQueryDescriptor, IMatchAllQuery>.Strict(bool)
    DescriptorBase<MatchAllQueryDescriptor, IMatchAllQuery>.Self
    DescriptorBase<MatchAllQueryDescriptor, IMatchAllQuery>.Assign<TValue>(TValue, Action<IMatchAllQuery, 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 MatchAllQueryDescriptor : QueryDescriptorBase<MatchAllQueryDescriptor, IMatchAllQuery>, IDescriptor, IMatchAllQuery, IQuery

    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<MatchAllQueryDescriptor, IMatchAllQuery>.Conditionless

    Methods

    | Edit this page View Source

    NormField(string)

    Declaration
    public MatchAllQueryDescriptor NormField(string normField)
    Parameters
    Type Name Description
    string normField
    Returns
    Type Description
    MatchAllQueryDescriptor

    Implements

    IDescriptor
    IMatchAllQuery
    IQuery

    Extension Methods

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