class Meilisearch::MultiSearchResult

Included Modules

Defined in:

meilisearch/objects/core/multi_search_result.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

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(JSON::Any) #

[View source]
def hitsPerPage : Int32 | Nil #

[View source]
def indexUid : String #

[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]