Update search-settings.asciidoc (#43016)

Grammar and spelling fixes
This commit is contained in:
Sam Mingo 2019-06-10 05:12:22 -04:00 committed by Alan Woodward
parent b2e7045b50
commit 12962ee0a7
1 changed files with 3 additions and 3 deletions

View File

@ -10,8 +10,8 @@ The following _expert_ setting can be set to manage global search limits.
This setting limits the number of clauses a Lucene BooleanQuery can have. The
default of 1024 is quite high and should normally be sufficient. This limit does
not only affect Elasticsearchs `bool` query, but many other queries are rewritten to Lucene's
BooleanQuery internally. The limit is in place to prevent searches from becoming to large
and taking up too much CPU and memory. In case you consider to increase this setting,
make sure you exhausted all other options to avoid having to do this. Higher values can lead
BooleanQuery internally. The limit is in place to prevent searches from becoming too large
and taking up too much CPU and memory. In case you're considering increasing this setting,
make sure you've exhausted all other options to avoid having to do this. Higher values can lead
to performance degradations and memory issues, especially in clusters with a high load or
few resources.