struct Meilisearch::Crystal::TypoTolerance

Overview

Typo-tolerance settings for an index.

Defined in:

meilisearch/crystal/settings.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) #

Typo-tolerance settings for an index.


[View source]

Instance Method Detail

def disable_on_attributes : Array(String) #

def disable_on_numbers : Bool | Nil #

def disable_on_words : Array(String) #

def enabled : Bool #

def min_word_size_for_typos : TypoWordSize #