Class MatchAllQueryDescriptor
Inheritance
MatchAllQueryDescriptor
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
Overrides
Methods
|
Edit this page
View Source
NormField(string)
Declaration
public MatchAllQueryDescriptor NormField(string normField)
Parameters
Type |
Name |
Description |
string |
normField |
|
Returns
Implements
Extension Methods