struct Hermes::Hits(T)

Defined in:

hermes/search_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def hits : Array(Hermes::Hit(T)) #

def hits=(_hits : Array(Hermes::Hit(T))) #

def max_score : ::Union(Float32, Nil) #

def max_score=(_max_score : ::Union(Float32, Nil)) #

def to_json(json : JSON::Builder) #

def total : Int32 #

def total=(_total : Int32) #