Skip to content

Commit 919030c

Browse files
author
Luis Cabrera
authored
Update index-similarity-and-scoring.md
1 parent e4b45df commit 919030c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/index-similarity-and-scoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ GET https://[service name].search.windows.net/indexes/[index name]/docs?scoringS
4444
Content-Type: application/json
4545
api-key: [admin or query key]
4646
```
47-
Using scoringStatistics will ensure that all shards in the same replica provide the same results. That said, different replicas may be slightly different from one another as they are always getting updated with the latest changes to your index. In some scenarios, you may want your users to get more consistent results during a "query session". In such scenarios, you can provide a `sessionId` as part of your queries.
47+
Using scoringStatistics will ensure that all shards in the same replica provide the same results. That said, different replicas may be slightly different from one another as they are always getting updated with the latest changes to your index. In some scenarios, you may want your users to get more consistent results during a "query session". In such scenarios, you can provide a `sessionId` as part of your queries. The `sessionId` is a unique string that you create to refer to a unique user session.
4848

4949
```http
5050
GET https://[service name].search.windows.net/indexes/[index name]/docs?sessionId=[string]&api-version=2019-05-06-Preview&search=[search term]

0 commit comments

Comments
 (0)