struct
Meilisearch::Crystal::NetworkConfig
- Meilisearch::Crystal::NetworkConfig
- Meilisearch::Crystal::Resource
- Struct
- Value
- Object
Overview
Network topology configuration. Nested remote and shard schemas remain JSON values because they are explicitly experimental and evolve rapidly.
Defined in:
meilisearch/crystal/advanced.crConstructors
-
.new(pull : JSON::PullParser)
Network topology configuration.
Instance Method Summary
- #leader : String | Nil
- #remotes : Hash(String, JSON::Any)
- #self : String | Nil
- #shards : Hash(String, JSON::Any)
- #version : String
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)
#
Network topology configuration. Nested remote and shard schemas remain JSON values because they are explicitly experimental and evolve rapidly.