struct Hermes::Hits(T)
- Hermes::Hits(T)
- Struct
- Value
- Object
Defined in:
hermes/search_response.crConstructors
Instance Method Summary
- #hits : Array(Hermes::Hit(T))
- #hits=(_hits : Array(Hermes::Hit(T)))
- #max_score : ::Union(Float32, Nil)
- #max_score=(_max_score : ::Union(Float32, Nil))
- #to_json(json : JSON::Builder)
- #total : Int32
- #total=(_total : Int32)