File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ The primary shard follows this basic flow:
4242. Execute the operation locally i.e. indexing or deleting the relevant document. This will also validate the content of fields
4343 and reject if needed (Example: a keyword value is too long for indexing in Lucene).
4444. Forward the operation to each replica in the current in-sync copies set. If there are multiple replicas, this is done in parallel.
45- . Once all replicas have successfully performed the operation and responded to the primary, the primary acknowledges the successful
45+ . Once all in-sync replicas have successfully performed the operation and responded to the primary, the primary acknowledges the successful
4646 completion of the request to the client.
4747
4848Each in-sync replica copy performs the indexing operation locally so that it has a copy. This stage of indexing is the
You can’t perform that action at this time.
0 commit comments