Interface IRescoreQuery
Assembly: OpenSearch.Client.dll
Syntax
public interface IRescoreQuery
Properties
|
Edit this page
View Source
Query
Declaration
[DataMember(Name = "rescore_query")]
QueryContainer Query { get; set; }
Property Value
|
Edit this page
View Source
QueryWeight
Declaration
[DataMember(Name = "query_weight")]
double? QueryWeight { get; set; }
Property Value
|
Edit this page
View Source
RescoreQueryWeight
Declaration
[DataMember(Name = "rescore_query_weight")]
double? RescoreQueryWeight { get; set; }
Property Value
|
Edit this page
View Source
ScoreMode
Declaration
[DataMember(Name = "score_mode")]
ScoreMode? ScoreMode { get; set; }
Property Value
Extension Methods