struct Elasticsearch::SearchResult::Hits(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 hits : Array(Hit(T)) #

[View source]
def max_score : Float64 | Nil #

[View source]
def total : Totals #

[View source]