Interface IScoreFunction
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IScoreFunction
Properties
| Edit this page View SourceFilter
Declaration
[DataMember(Name = "filter")]
QueryContainer Filter { get; set; }
Property Value
Type | Description |
---|---|
QueryContainer |
Weight
Declaration
[DataMember(Name = "weight")]
double? Weight { get; set; }
Property Value
Type | Description |
---|---|
double? |