struct Meilisearch::Crystal::TypoWordSize

Overview

Word-length thresholds for allowing one or two typos.

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) #

Word-length thresholds for allowing one or two typos.


[View source]

Instance Method Detail

def one_typo : Int32 #

def two_typos : Int32 #