Skip to content

Instantly share code, notes, and snippets.

@mschoch
Last active March 3, 2017 15:23
Show Gist options
  • Select an option

  • Save mschoch/26ff5ed26991302c731373fa3a4c824f to your computer and use it in GitHub Desktop.

Select an option

Save mschoch/26ff5ed26991302c731373fa3a4c824f to your computer and use it in GitHub Desktop.
Search Index Request
/api/index/xyz        ------> IndexAlias
                              -  Local pindex 1
                              -  Local pindex 2
                              -  Remote node B    -------------> node b /api/index/xyz (limited to pindex 3, 4)
                                                                  Index Alias
                                                                    - Local pindex 3
                                                                    - Local pindex 4
                                                 
                                                                 
                              -  Remote node C    -------------> node c /api/index/xyz (limited to pindex 5, 6)
                                                                  Index Alias
                                                                    - Local pindex 5
                                                                    - Local pindex 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment