Search Results for

    Show / Hide Table of Contents

    Class TermsSetQuery

    Returns any documents that match with at least one or more of the provided terms. The terms are not analyzed and thus must match exactly. The number of terms that must match varies per document and is either controlled by a minimum should match field or computed per document in a minimum should match script.

    Inheritance
    object
    QueryBase
    FieldNameQueryBase
    TermsSetQuery
    Implements
    ITermsSetQuery
    IFieldNameQuery
    IQuery
    Inherited Members
    FieldNameQueryBase.Field
    QueryBase.Boost
    QueryBase.IsStrict
    QueryBase.IsVerbatim
    QueryBase.IsWritable
    QueryBase.Name
    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 TermsSetQuery : FieldNameQueryBase, ITermsSetQuery, IFieldNameQuery, IQuery

    Properties

    | Edit this page View Source

    Conditionless

    Declaration
    protected override bool Conditionless { get; }
    Property Value
    Type Description
    bool
    Overrides
    QueryBase.Conditionless
    | Edit this page View Source

    MinimumShouldMatchField

    A field containing the number of required terms that must match

    Declaration
    public Field MinimumShouldMatchField { get; set; }
    Property Value
    Type Description
    Field
    | Edit this page View Source

    MinimumShouldMatchScript

    A script to control how many terms are required to match

    Declaration
    public IScript MinimumShouldMatchScript { get; set; }
    Property Value
    Type Description
    IScript
    | Edit this page View Source

    Terms

    The required terms to match

    Declaration
    public IEnumerable<object> Terms { get; set; }
    Property Value
    Type Description
    IEnumerable<object>

    Implements

    ITermsSetQuery
    IFieldNameQuery
    IQuery

    Extension Methods

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