struct Elasticsearch::SortScript

Included Modules

Defined in:

client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, type : String, script : Elasticsearch::Script, order : Elasticsearch::SortScript::SortDirection) #

[View source]

Instance Method Detail

def order : SortDirection #

[View source]
def script : Script #

[View source]
def type : String #

[View source]