Interface IMatchPhraseQuery
Assembly: OpenSearch.Client.dll
Syntax
public interface IMatchPhraseQuery : IFieldNameQuery, IQuery
Properties
|
Edit this page
View Source
Analyzer
Declaration
[DataMember(Name = "analyzer")]
string Analyzer { get; set; }
Property Value
|
Edit this page
View Source
Query
Declaration
[DataMember(Name = "query")]
string Query { get; set; }
Property Value
|
Edit this page
View Source
Slop
Declaration
[DataMember(Name = "slop")]
int? Slop { get; set; }
Property Value
Extension Methods