Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit aca5873

Browse files
committed
Edited 060_Distributed_Search/05_Query_phase.asciidoc with Atlas code editor
1 parent 9df78f7 commit aca5873

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

060_Distributed_Search/05_Query_phase.asciidoc

+4-3
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,10 @@ The coordinating node merges these shard-level results into its own sorted
6464
priority queue, which represents the globally sorted result set. Here the query
6565
phase ends.
6666

67-
68-
NOTE: An index can consist of one or more primary shards,((("indexes", "multi-index search"))) so a search request
67+
[NOTE]
68+
====
69+
An index can consist of one or more primary shards,((("indexes", "multi-index search"))) so a search request
6970
against a single index needs to be able to combine the results from multiple
7071
shards. A search against _multiple_ or _all_ indices works in exactly the same
7172
way--there are just more shards involved.
72-
73+
====

0 commit comments

Comments
 (0)