Class ScriptSort
Assembly: OpenSearch.Client.dll
Syntax
public class ScriptSort : SortBase, IScriptSort, ISort
Properties
|
Edit this page
View Source
Language
Declaration
public string Language { get; set; }
Property Value
|
Edit this page
View Source
Script
Declaration
public IScript Script { get; set; }
Property Value
|
Edit this page
View Source
SortKey
The field on which to sort
Declaration
protected override Field SortKey { get; }
Property Value
Overrides
|
Edit this page
View Source
Type
Declaration
public string Type { get; set; }
Property Value
Implements
Extension Methods