Class RescoreQuery
Assembly: OpenSearch.Client.dll
Syntax
public class RescoreQuery : IRescoreQuery
Properties
|
Edit this page
View Source
Query
Declaration
public QueryContainer Query { get; set; }
Property Value
|
Edit this page
View Source
QueryWeight
Declaration
public double? QueryWeight { get; set; }
Property Value
|
Edit this page
View Source
RescoreQueryWeight
Declaration
public double? RescoreQueryWeight { get; set; }
Property Value
|
Edit this page
View Source
ScoreMode
Declaration
public ScoreMode? ScoreMode { get; set; }
Property Value
Implements
Extension Methods