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
// Floating point number used to decrease or increase the relevance scores of the query. Boost values are relative to the default value of 1.0. A boost value between 0 and 1.0 decreases the relevance score. A value greater than 1.0 increases the relevance score.
Copy file name to clipboardExpand all lines: protos/generated/services/default_service.proto
+5-29Lines changed: 5 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -44,20 +44,8 @@ message BulkRequest {
44
44
// The number of shard copies that must be active before proceeding with the operation. Set to all or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).
// Whether to pretty-format the returned JSON response.
48
-
optionalboolpretty=13;
49
-
50
-
// Whether to return human-readable values for statistics.
51
-
optionalboolhuman=14;
52
-
53
-
// Whether to include the stack trace of returned errors.
54
-
optionalboolerror_trace=15;
55
-
56
-
// The URL-encoded request definition. Useful for libraries that do not accept a request body for non-POST requests.
57
-
optionalstringsource=16;
58
-
59
-
// A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use `-`.
60
-
repeatedstringfilter_path=17;
47
+
// Global query parameters
48
+
optionalGlobalParamsglobal_params=13;
61
49
}
62
50
63
51
messageBulkResponse {
@@ -162,22 +150,10 @@ message SearchRequest {
162
150
// If `true`, aggregation and suggester names are be prefixed by their respective types in the response.
163
151
optionalbooltyped_keys=32;
164
152
165
-
// Whether to pretty-format the returned JSON response.
166
-
optionalboolpretty=33;
167
-
168
-
// Whether to return human-readable values for statistics.
169
-
optionalboolhuman=34;
170
-
171
-
// Whether to include the stack trace of returned errors.
172
-
optionalboolerror_trace=35;
173
-
174
-
// The URL-encoded request definition. Useful for libraries that do not accept a request body for non-POST requests.
175
-
optionalstringsource=36;
176
-
177
-
// A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use `-`.
0 commit comments