Skip to content

Commit 08cba76

Browse files
committed
add sentince about caching to description
1 parent 2303eed commit 08cba76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/core_plugins/kibana/ui_setting_defaults.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)