Class BoostingQuery
Inheritance
BoostingQuery
Assembly: OpenSearch.Client.dll
Syntax
public class BoostingQuery : QueryBase, IBoostingQuery, IQuery
Properties
|
Edit this page
View Source
Conditionless
Declaration
protected override bool Conditionless { get; }
Property Value
Overrides
|
Edit this page
View Source
NegativeBoost
Declaration
public double? NegativeBoost { get; set; }
Property Value
|
Edit this page
View Source
NegativeQuery
Declaration
public QueryContainer NegativeQuery { get; set; }
Property Value
|
Edit this page
View Source
PositiveQuery
Declaration
public QueryContainer PositiveQuery { get; set; }
Property Value
Implements
Extension Methods