You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// [optional] The fields that OpenSearch should return using their docvalue forms. Specify a format to return results in a certain format, such as date and time.
140
140
repeatedFieldAndFormatdocvalue_fields=9;
@@ -210,6 +210,9 @@ message SearchRequestBody {
210
210
211
211
// [optional]
212
212
map<string, DerivedField> derived=35;
213
+
214
+
// [optional] Values used to boost the score of specified indexes. Specify in the format of <index> : <boost-multiplier>
0 commit comments