Skip to content

Commit

Permalink
Polish documentations
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhenxu94 committed Nov 20, 2019
1 parent b3cdbad commit b740446
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/en/setup/backend/backend-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,13 @@ and there're also some configurations that are ES7 specific, as follows:

```yaml
storage:
# Index max result window, for segment deep pagination, usually we don't recommend to scroll too many pages,
# instead, give more query criteria (e.g. service id or time range), to narrow the query results.
# see https://www.elastic.co/guide/en/elasticsearch/guide/current/pagination.html for more information
indexMaxResultWindow: ${SW_STORAGE_ES_INDEX_MAX_RESULT_WINDOW:5000}
elasticsearch7:
# ... the configurations shared with ES6 that are listed above ...

# Index max result window, for segment deep pagination, usually we don't recommend to scroll too many pages,
# instead, give more query criteria (e.g. service id or time range), to narrow the query results.
# see https://www.elastic.co/guide/en/elasticsearch/guide/current/pagination.html for more information
indexMaxResultWindow: ${SW_STORAGE_ES_INDEX_MAX_RESULT_WINDOW:5000}
```

### ElasticSearch 6 With Https SSL Encrypting communications.
Expand Down

0 comments on commit b740446

Please sign in to comment.