class Meilisearch::SearchResults(T)
- Meilisearch::SearchResults(T)
- Reference
- Object
Included Modules
- Enumerable(T)
- JSON::Serializable
Defined in:
meilisearch/objects/core/search_results.crConstructors
Instance Method Summary
-
#each(&)
Must yield this collection's elements to the block.
- #estimatedTotalHits : Int32 | Nil
- #facetDistribution : Hash(String, Array(String)) | Nil
- #facetStats : Hash(String, Hash(String, Float32)) | Nil
- #hits : Array(T)
- #hitsPerPage : Int32 | Nil
- #limit : Int32 | Nil
- #offset : Int32 | Nil
- #page : Int32 | Nil
- #processingTimeMs : Int32 | Nil
- #query : String | Nil
- #totalHits : Int32 | Nil
- #totalPages : Int32 | Nil
Constructor Detail
Instance Method Detail
def each(&)
#
Description copied from module Enumerable(T)
Must yield this collection's elements to the block.