struct Meilisearch::Crystal::Task::SettingsDetails

Overview

Settings changed by a settings-update task.

Defined in:

meilisearch/crystal/task.cr

Constructors

Instance Method Summary

Constructor methods inherited from struct Meilisearch::Crystal::Resource

new(pull : JSON::PullParser)
new(*, __pull_for_json_serializable pull : JSON::PullParser)
new

Macros inherited from struct Meilisearch::Crystal::Resource

define(name, &block) define, field(declaration) field, field!(declaration) field!, field?(declaration) field?

Constructor Detail

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

Settings changed by a settings-update task.


[View source]

Instance Method Detail

def filterable_attributes : Array(String) | Nil #

def ranking_rules : Array(String) | Nil #

def searchable_attributes : Array(String) | Nil #

def sortable_attributes : Array(String) | Nil #