Interface IScriptedSimilarity
A similarity that allows a script to be used in order to specify how scores should be computed.
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IScriptedSimilarity : ISimilarity
Properties
| Edit this page View SourceScript
Script to calculate similarity
Declaration
[DataMember(Name = "script")]
IScript Script { get; set; }
Property Value
Type | Description |
---|---|
IScript |