struct
Meilisearch::Crystal::TypoTolerance
- Meilisearch::Crystal::TypoTolerance
- Meilisearch::Crystal::Resource
- Struct
- Value
- Object
Overview
Typo-tolerance settings for an index.
Defined in:
meilisearch/crystal/settings.crConstructors
-
.new(pull : JSON::PullParser)
Typo-tolerance settings for an index.
Instance Method Summary
- #disable_on_attributes : Array(String)
- #disable_on_numbers : Bool | Nil
- #disable_on_words : Array(String)
- #enabled : Bool
- #min_word_size_for_typos : TypoWordSize
Constructor methods inherited from struct Meilisearch::Crystal::Resource
new(pull : JSON::PullParser)new(*, __pull_for_json_serializable pull : JSON::PullParser) new