struct
Meilisearch::Crystal::Index::Settings
- Meilisearch::Crystal::Index::Settings
- Meilisearch::Crystal::Resource
- Struct
- Value
- Object
Overview
Core settings shape embedded in index-related responses. The complete settings model extends this surface in the settings resource.
Defined in:
meilisearch/crystal/index.crConstructors
-
.new(pull : JSON::PullParser)
Core settings shape embedded in index-related responses.
Instance Method Summary
- #displayed_attributes : Array(String) | Nil
- #distinct_attribute : String | Nil
- #filterable_attributes : Array(String) | Nil
- #ranking_rules : Array(String) | Nil
- #searchable_attributes : Array(String) | Nil
- #sortable_attributes : Array(String) | Nil
- #stop_words : Array(String) | Nil
- #synonyms : Hash(String, Array(String)) | Nil
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)
#
Core settings shape embedded in index-related responses. The complete settings model extends this surface in the settings resource.