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
Copy file name to clipboardExpand all lines: protos/generated/services/default_service.proto
+8-11Lines changed: 8 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -124,29 +124,26 @@ message SearchRequest {
124
124
// Period to retain the search context for scrolling. See Scroll search results. By default, this value cannot exceed `1d` (24 hours). You can change this limit using the `search.max_keep_alive` cluster-level setting.
125
125
optionalstringscroll=25;
126
126
127
-
// Customizable sequence of processing stages applied to search queries.
128
-
optionalstringsearch_pipeline=26;
129
-
130
127
// How distributed term frequencies are calculated for relevance scoring.
131
-
optionalSearchTypesearch_type=27;
128
+
optionalSearchTypesearch_type=26;
132
129
133
130
// Specifies which field to use for suggestions.
134
-
optionalstringsuggest_field=28;
131
+
optionalstringsuggest_field=27;
135
132
136
133
// Specifies the suggest mode. This parameter can only be used when the `suggest_field` and `suggest_text` query string parameters are specified.
137
-
optionalSuggestModesuggest_mode=29;
134
+
optionalSuggestModesuggest_mode=28;
138
135
139
136
// Number of suggestions to return. This parameter can only be used when the `suggest_field` and `suggest_text` query string parameters are specified.
140
-
optionalint32suggest_size=30;
137
+
optionalint32suggest_size=29;
141
138
142
139
// The source text for which the suggestions should be returned. This parameter can only be used when the `suggest_field` and `suggest_text` query string parameters are specified.
143
-
optionalstringsuggest_text=31;
140
+
optionalstringsuggest_text=30;
144
141
145
142
// If `true`, aggregation and suggester names are be prefixed by their respective types in the response.
0 commit comments