We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GET /network
PATCH /network
self
remotes
url
searchApiKey
/multi-search
federationOptions.remote
federationOptions.queryPosition
queryPosition
remote
/reference/api/network
GET
PATCH
/reference/api/multi_search
remoteErrors
/reference/api/keys
/reference/errors/overview
invalid_multi_search_query_position
invalid_multi_search_remote
The text was updated successfully, but these errors were encountered:
No branches or pull requests
GET /network
andPATCH /network
self
and one or moreremotes
self
is a string and indicates the name of the current machine/instance/noderemotes
is an object containing remote objects. Remote objects consist of a name (the object key) and two values (url
andsearchApiKey
)/multi-search
parameters:federationOptions.remote
andfederationOptions.queryPosition
queryPosition
should not be set manually (not sure why this is exposed on the request then?)remote
accepts a string, specifies which remote instance should run that specific query instead ofself
self
remotes
/multi-search
settingfederationOptions.remote
for one or more queriesTasks
/reference/api/network
GET
PATCH
/reference/api/multi_search
federationOptions.remote
federationOptions.queryPosition
remoteErrors
to response/reference/api/keys
/reference/errors/overview
invalid_multi_search_query_position
invalid_multi_search_remote
References
The text was updated successfully, but these errors were encountered: