Interface IBoostingQuery
Assembly: OpenSearch.Client.dll
Syntax
public interface IBoostingQuery : IQuery
Properties
|
Edit this page
View Source
NegativeBoost
Declaration
[DataMember(Name = "negative_boost")]
double? NegativeBoost { get; set; }
Property Value
|
Edit this page
View Source
NegativeQuery
Declaration
[DataMember(Name = "negative")]
QueryContainer NegativeQuery { get; set; }
Property Value
|
Edit this page
View Source
PositiveQuery
Declaration
[DataMember(Name = "positive")]
QueryContainer PositiveQuery { get; set; }
Property Value
Extension Methods