Search Results for

    Show / Hide Table of Contents

    Interface ITermsQuery

    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 ITermsQuery : IFieldNameQuery, IQuery

    Properties

    | Edit this page View Source

    Terms

    Declaration
    IEnumerable<object> Terms { get; set; }
    Property Value
    Type Description
    IEnumerable<object>
    | Edit this page View Source

    TermsLookup

    Declaration
    IFieldLookup TermsLookup { get; set; }
    Property Value
    Type Description
    IFieldLookup

    Extension Methods

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