File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -120,9 +120,10 @@ export function getUiSettingDefaults() {
120120 description : '<a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-preference.html" target="_blank" rel="noopener noreferrer">Request Preference</a> ' +
121121 ' controls the shard copies used for search execution.' +
122122 ' Set to true to execute all search requests on the same shards. ' +
123+ ' This has the benefit of reusing shard caches across requests. ' +
123124 ' Set to false to have search request execution randomized among all available shard copies. ' +
124125 ' Setting to false will provide better performance since requests can be spread across all shard copies but ' +
125- ' may result in inconsisent results as different shards may be in different refresh states.'
126+ ' may result in inconsistent results as different shards may be in different refresh states.'
126127 } ,
127128 'fields:popularLimit' : {
128129 value : 10 ,
You can’t perform that action at this time.
0 commit comments