Class RankFeatureQuery
Inheritance
RankFeatureQuery
Assembly: OpenSearch.Client.dll
Syntax
public class RankFeatureQuery : FieldNameQueryBase, IRankFeatureQuery, IFieldNameQuery, IQuery
Properties
|
Edit this page
View Source
Conditionless
Declaration
protected override bool Conditionless { get; }
Property Value
Overrides
|
Edit this page
View Source
Function
A function to boost scores in a rank_feature query, using the values of rank features.
Declaration
public IRankFeatureFunction Function { get; set; }
Property Value
Implements
Extension Methods