class Meilisearch::SearchResults(T)

Included Modules

Defined in:

meilisearch/objects/core/search_results.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def each(&) #
Description copied from module Enumerable(T)

Must yield this collection's elements to the block.


[View source]
def estimatedTotalHits : Int32 | Nil #

[View source]
def facetDistribution : Hash(String, Array(String)) | Nil #

[View source]
def facetStats : Hash(String, Hash(String, Float32)) | Nil #

[View source]
def hits : Array(T) #

[View source]
def hitsPerPage : Int32 | Nil #

[View source]
def limit : Int32 | Nil #

[View source]
def offset : Int32 | Nil #

[View source]
def page : Int32 | Nil #

[View source]
def processingTimeMs : Int32 | Nil #

[View source]
def query : String | Nil #

[View source]
def totalHits : Int32 | Nil #

[View source]
def totalPages : Int32 | Nil #

[View source]