Interface IFunctionScoreQuery
Assembly: OpenSearch.Client.dll
Syntax
public interface IFunctionScoreQuery : IQuery
Properties
|
Edit this page
View Source
BoostMode
Declaration
[DataMember(Name = "boost_mode")]
FunctionBoostMode? BoostMode { get; set; }
Property Value
|
Edit this page
View Source
Functions
Declaration
[DataMember(Name = "functions")]
IEnumerable<IScoreFunction> Functions { get; set; }
Property Value
|
Edit this page
View Source
MaxBoost
Declaration
[DataMember(Name = "max_boost")]
double? MaxBoost { get; set; }
Property Value
|
Edit this page
View Source
MinScore
Declaration
[DataMember(Name = "min_score")]
double? MinScore { get; set; }
Property Value
|
Edit this page
View Source
Query
Declaration
[DataMember(Name = "query")]
QueryContainer Query { get; set; }
Property Value
|
Edit this page
View Source
ScoreMode
Declaration
[DataMember(Name = "score_mode")]
FunctionScoreMode? ScoreMode { get; set; }
Property Value
Extension Methods