struct Elasticsearch::SearchResult::Hit(T)

Included Modules

Defined in:

elasticsearch.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def id : String #

[View source]
def index : String #

[View source]
def score : Float64 | Nil #

[View source]
def sort : Array(Float64) | Nil #

[View source]
def source : T #

[View source]