Class FunctionScoreQuery
Inheritance
FunctionScoreQuery
Assembly: OpenSearch.Client.dll
Syntax
public class FunctionScoreQuery : QueryBase, IFunctionScoreQuery, IQuery
Properties
|
Edit this page
View Source
BoostMode
Declaration
public FunctionBoostMode? BoostMode { get; set; }
Property Value
|
Edit this page
View Source
Conditionless
Declaration
protected override bool Conditionless { get; }
Property Value
Overrides
|
Edit this page
View Source
Functions
Declaration
public IEnumerable<IScoreFunction> Functions { get; set; }
Property Value
|
Edit this page
View Source
MaxBoost
Declaration
public double? MaxBoost { get; set; }
Property Value
|
Edit this page
View Source
MinScore
Declaration
public double? MinScore { get; set; }
Property Value
|
Edit this page
View Source
Query
Declaration
public QueryContainer Query { get; set; }
Property Value
|
Edit this page
View Source
ScoreMode
Declaration
public FunctionScoreMode? ScoreMode { get; set; }
Property Value
Implements
Extension Methods