Interface ITermsQuery
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface ITermsQuery : IFieldNameQuery, IQuery
Properties
| Edit this page View SourceTerms
Declaration
IEnumerable<object> Terms { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<object> |
TermsLookup
Declaration
IFieldLookup TermsLookup { get; set; }
Property Value
Type | Description |
---|---|
IFieldLookup |