Interface IRandomScoreFunction
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IRandomScoreFunction : IScoreFunction
Properties
| Edit this page View SourceField
Declaration
[DataMember(Name = "field")]
Field Field { get; set; }
Property Value
Type | Description |
---|---|
Field |
Seed
Declaration
[DataMember(Name = "seed")]
Union<long, string> Seed { get; set; }
Property Value
Type | Description |
---|---|
Union<long, string> |