Skip to content

Commit

Permalink
Let it read more smoothly (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluerocly authored and medcl committed Jan 20, 2017
1 parent 54491f1 commit bd8b7bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 060_Distributed_Search/15_Search_options.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
****
想象一下有两个文档有同样值的时间戳字段,搜索结果用 `timestamp` 字段来排序。
由于搜索请求是在所有有效的分片副本间轮询的,那就有可能如果主分片处理请求两个文档是一种顺序
而副本分片处理请求又是另一种顺序
由于搜索请求是在所有有效的分片副本间轮询的,那就有可能发生主分片处理请求时,这两个文档是一种顺序
而副本分片处理请求时又是另一种顺序
这就是所谓的 _bouncing results_ 问题: 每次用户刷新页面,搜索结果表现是不同的顺序。
让同一个用户始终使用同一个分片,这样可以避免这种问题,
Expand Down

0 comments on commit bd8b7bb

Please sign in to comment.