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
// Whether to pretty-format the returned JSON response.
2688
+
optionalboolpretty=1;
2689
+
2690
+
// Whether to return human-readable values for statistics.
2691
+
optionalboolhuman=2;
2692
+
2693
+
// Whether to include the stack trace of returned errors.
2694
+
optionalboolerror_trace=3;
2695
+
2696
+
// The URL-encoded request definition. Useful for libraries that do not accept a request body for non-POST requests.
2697
+
optionalstringsource=4;
2698
+
2699
+
repeatedstringfilter_path=5;
2700
+
}
2686
2701
messageGoogleNormalizedDistanceHeuristic {
2687
2702
// Set to `false` if you defined a custom background filter that represents a different set of documents that you want to compare to.
2688
2703
optionalboolbackground_is_superset=1;
@@ -3221,6 +3236,8 @@ message HybridQuery {
3221
3236
repeatedQueryContainerqueries=3;
3222
3237
3223
3238
optionalint32pagination_depth=4;
3239
+
3240
+
optionalQueryContainerfilter=5;
3224
3241
}
3225
3242
messageIdsQuery {
3226
3243
// 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 `-`.
// 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