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
// [required] Raw float data encoded as little-endian IEEE-754 float32 values.
2888
-
bytesbytes_le=1;
2889
-
2890
-
// [required] Number of float elements in the payload.
2891
-
int32dimension=2;
2892
-
}
2893
-
2894
-
messageFloatList {
2895
-
2896
-
// [required] Float values for the field.
2897
-
repeatedfloatvalues=1;
2898
-
}
2899
-
2900
-
2901
2832
messageBoostingQuery {
2902
2833
2903
2834
// 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.
@@ -2985,146 +2916,6 @@ message FloatMap {
2985
2916
map<string, float> float_map=1;
2986
2917
}
2987
2918
2988
-
messageAggregate {
2989
-
2990
-
// The custom metadata attached to a resource.
2991
-
optionalObjectMapmeta=1;
2992
-
2993
-
repeatedObjectMapbuckets=2;
2994
-
2995
-
optionalint64doc_count_error_upper_bound=3;
2996
-
2997
-
optionalint64sum_other_doc_count=4;
2998
-
2999
-
SingleMetricAggregateBaseValuevalue=5;
3000
-
3001
-
optionalstringvalue_as_string=6;
3002
-
}
3003
-
3004
-
messageAggregationContainer {
3005
-
3006
-
// Custom metadata to associate with the aggregation (optional)
3007
-
optionalObjectMapmeta=1;
3008
-
oneofaggregation_container {
3009
-
MaxAggregationmax=2;
3010
-
3011
-
MinAggregationmin=3;
3012
-
3013
-
TermsAggregationterms_aggregation=4;
3014
-
3015
-
}
3016
-
}
3017
-
3018
-
messageMaxAggregation {
3019
-
3020
-
optionalFieldValuemissing=1;
3021
-
3022
-
// The path to a field or an array of paths. Some APIs support wildcards in the path, which allows you to select multiple fields.
3023
-
optionalstringfield=2;
3024
-
3025
-
optionalScriptscript=3;
3026
-
3027
-
optionalstringformat=4;
3028
-
3029
-
optionalValueTypevalue_type=5;
3030
-
}
3031
-
3032
-
messageMinAggregation {
3033
-
3034
-
optionalFieldValuemissing=1;
3035
-
3036
-
// The path to a field or an array of paths. Some APIs support wildcards in the path, which allows you to select multiple fields.
// Only return values that are found in more than `min_doc_count` hits.
3081
-
optionalint64min_doc_count=5;
3082
-
3083
-
optionalFieldValuemissing=6;
3084
-
3085
-
// Coerced unmapped fields into the specified type.
3086
-
optionalValueTypevalue_type=7;
3087
-
3088
-
repeatedSortOrderSingleMaporder=8;
3089
-
3090
-
// The number of candidate terms produced by each shard. By default, `shard_size` will be automatically estimated based on the number of shards and the `size` parameter.
3091
-
optionalint32shard_size=9;
3092
-
3093
-
// The minimum number of documents in a bucket on each shard for it to be returned.
3094
-
optionalint64shard_min_doc_count=10;
3095
-
3096
-
// Set to `true` to return the `doc_count_error_upper_bound`, which is an upper bound to the error on the `doc_count` returned by each shard.
3097
-
optionalboolshow_term_doc_count_error=11;
3098
-
3099
-
// The number of buckets returned out of the overall terms list.
3100
-
optionalint32size=12;
3101
-
3102
-
optionalstringformat=13;
3103
-
3104
-
// The path to a field or an array of paths. Some APIs support wildcards in the path, which allows you to select multiple fields.
0 commit comments