Class MatchPhraseQueryDescriptor<T>
Inheritance
MatchPhraseQueryDescriptor<T>
Assembly: OpenSearch.Client.dll
Syntax
public class MatchPhraseQueryDescriptor<T> : FieldNameQueryDescriptorBase<MatchPhraseQueryDescriptor<T>, IMatchPhraseQuery, T>, IDescriptor, IMatchPhraseQuery, IFieldNameQuery, IQuery where T : class
Type Parameters
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
Analyzer(string)
Declaration
public MatchPhraseQueryDescriptor<T> Analyzer(string analyzer)
Parameters
Type |
Name |
Description |
string |
analyzer |
|
Returns
|
Edit this page
View Source
Query(string)
Declaration
public MatchPhraseQueryDescriptor<T> Query(string query)
Parameters
Type |
Name |
Description |
string |
query |
|
Returns
|
Edit this page
View Source
Slop(int?)
Declaration
public MatchPhraseQueryDescriptor<T> Slop(int? slop)
Parameters
Type |
Name |
Description |
int? |
slop |
|
Returns
Implements
Extension Methods