Class TermsQuery
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class TermsQuery : FieldNameQueryBase, ITermsQuery, IFieldNameQuery, IQuery
Properties
|
Edit this page
View Source
Conditionless
Declaration
protected override bool Conditionless { get; }
Property Value
Overrides
|
Edit this page
View Source
Terms
Declaration
public IEnumerable<object> Terms { get; set; }
Property Value
|
Edit this page
View Source
TermsLookup
Declaration
public IFieldLookup TermsLookup { get; set; }
Property Value
Implements
Extension Methods