[Docs] Correct typo (#63102)

This commit is contained in:
Rafi Estrada 2020-10-02 03:16:26 -05:00 committed by Christoph Büscher
parent 4c7c540ca1
commit 7c122498bd
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ from the replica (which still have plenty of deleted documents) so that scores
are different too. are different too.
The recommended way to work around this issue is to use a string that identifies The recommended way to work around this issue is to use a string that identifies
the user that is logged is (a user id or session id for instance) as a the user that is logged in (a user id or session id for instance) as a
<<search-preference,preference>>. This ensures that all queries of a <<search-preference,preference>>. This ensures that all queries of a
given user are always going to hit the same shards, so scores remain more given user are always going to hit the same shards, so scores remain more
consistent across queries. consistent across queries.