Use the /network
route to create a network of Meilisearch instances.
/network
route to create a network of Meilisearch instances. This is particularly useful when used together with federated search to implement horizontal database partition strategies such as sharding.
displayedAttributes
listsortableAttributes
/network
endpoint.Do not enable the network
feature if you rely on the value of attributes not present in displayedAttributes
to remain hidden at all times.self
null
remotes
{}
url
null
searchApiKey
null
200 Ok
self
and remotes
fields of the network object.
Updates to the network object are partial. Only provide the fields you intend to update. Fields not present in the payload will remain unchanged.
To reset self
and remotes
to their original value, set them to null
. To remove a single remote
from your network, set the value of its name to null
.
Name | Type | Default value | Description |
---|---|---|---|
self | String | null | The name of the current instance |
remotes | String | null | A list of remote objects describing accessible Meilisearch instances |
200 Ok