struct Hermes::Hits(T)

Included Modules

Defined in:

hermes/search_response.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 hits=(hits : Array(Hit(T))) #

[View source]
def max_score : Float32? #

[View source]
def max_score=(max_score : Float32?) #

[View source]
def total : Int32 | Hash(String, JSON::Any) #

[View source]
def total=(total : Int32 | Hash(String, JSON::Any)) #

[View source]