Class MatchPhraseQuery
Inheritance
MatchPhraseQuery
Assembly: OpenSearch.Client.dll
Syntax
public class MatchPhraseQuery : FieldNameQueryBase, IMatchPhraseQuery, IFieldNameQuery, IQuery
Properties
|
Edit this page
View Source
Analyzer
Declaration
public string Analyzer { get; set; }
Property Value
|
Edit this page
View Source
Conditionless
Declaration
protected override bool Conditionless { get; }
Property Value
Overrides
|
Edit this page
View Source
Query
Declaration
public string Query { get; set; }
Property Value
|
Edit this page
View Source
Slop
Declaration
public int? Slop { get; set; }
Property Value
Implements
Extension Methods