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
// A comma-separated list or a wildcard expression specifying the fields to include in the statistics. Used as the default list unless a specific field list is provided in the `completion_fields` or `fielddata_fields` parameters.
4317
-
repeatedstringfields=6;
4312
+
repeatedstringfields=5;
4318
4313
4319
-
optionalFuzzinessfuzziness=7;
4314
+
optionalFuzzinessfuzziness=6;
4320
4315
4321
-
optionalMultiTermQueryRewritefuzzy_rewrite=8;
4316
+
optionalMultiTermQueryRewritefuzzy_rewrite=7;
4322
4317
4323
4318
// If `true`, edits for fuzzy matching include transpositions of two adjacent characters (for example, `ab` to `ba`). Can be applied to the term subqueries constructed for all terms but the final term.
4324
-
optionalboolfuzzy_transpositions=9;
4319
+
optionalboolfuzzy_transpositions=8;
4325
4320
4326
4321
// If `true`, format-based errors, such as providing a text query value for a numeric field, are ignored.
4327
-
optionalboollenient=10;
4322
+
optionalboollenient=9;
4328
4323
4329
4324
// Maximum number of terms to which the query will expand.
// Number of beginning characters left unchanged for fuzzy matching.
4337
-
optionalint32prefix_length=14;
4332
+
optionalint32prefix_length=13;
4338
4333
4339
4334
// Text, number, Boolean value or date you wish to find in the provided field.
4340
-
stringquery=15;
4335
+
stringquery=14;
4341
4336
4342
4337
// Maximum number of positions allowed between matching tokens.
4343
-
optionalint32slop=16;
4338
+
optionalint32slop=15;
4344
4339
4345
4340
// Determines how scores for each per-term blended query and scores across groups are combined.
4346
-
optionalfloattie_breaker=17;
4341
+
optionalfloattie_breaker=16;
4347
4342
4348
-
optionalTextQueryTypetype=18;
4343
+
optionalTextQueryTypetype=17;
4349
4344
4350
-
optionalZeroTermsQueryzero_terms_query=19;
4345
+
optionalZeroTermsQueryzero_terms_query=18;
4351
4346
}
4352
4347
messageMultiTermLookup {
4353
4348
// The path to a field or an array of paths. Some APIs support wildcards in the path, which allows you to select multiple fields.
@@ -4869,20 +4864,6 @@ message PhraseSuggester {
4869
4864
4870
4865
optionalint32token_limit=16;
4871
4866
}
4872
-
messagePinnedDoc {
4873
-
// The unique identifier for a resource.
4874
-
stringx_id=1;
4875
-
4876
-
stringx_index=2;
4877
-
}
4878
-
messagePinnedQuery {
4879
-
// 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.
4880
-
optionalfloatboost=1;
4881
-
4882
-
optionalstringx_name=2;
4883
-
4884
-
QueryContainerorganic=3;
4885
-
}
4886
4867
messagePipelineAggregationBase {
4887
4868
// The custom metadata attached to a resource.
4888
4869
optionalObjectMapmeta=1;
@@ -5025,41 +5006,40 @@ message QueryContainer {
5025
5006
NeuralQueryneural=30;
5026
5007
ParentIdQueryparent_id=31;
5027
5008
PercolateQuerypercolate=32;
5028
-
PinnedQuerypinned=33;
5029
5009
// Returns documents that contain a specific prefix in a provided field.
5030
-
PrefixQueryprefix=34;
5031
-
QueryStringQueryquery_string=35;
5010
+
PrefixQueryprefix=33;
5011
+
QueryStringQueryquery_string=34;
5032
5012
// Returns documents that contain terms within a provided range.
5033
-
RangeQueryrange=36;
5034
-
RankFeatureQueryrank_feature=37;
5013
+
RangeQueryrange=35;
5014
+
RankFeatureQueryrank_feature=36;
5035
5015
// Returns documents that contain terms matching a regular expression.
5036
-
RegexpQueryregexp=38;
5037
-
ScriptQueryscript=39;
5038
-
ScriptScoreQueryscript_score=40;
5039
-
SimpleQueryStringQuerysimple_query_string=41;
5040
-
SpanContainingQueryspan_containing=42;
5041
-
SpanFieldMaskingQueryfield_masking_span=43;
5042
-
SpanFirstQueryspan_first=44;
5043
-
SpanMultiTermQueryspan_multi=45;
5044
-
SpanNearQueryspan_near=46;
5045
-
SpanNotQueryspan_not=47;
5046
-
SpanOrQueryspan_or=48;
5016
+
RegexpQueryregexp=37;
5017
+
ScriptQueryscript=38;
5018
+
ScriptScoreQueryscript_score=39;
5019
+
SimpleQueryStringQuerysimple_query_string=40;
5020
+
SpanContainingQueryspan_containing=41;
5021
+
SpanFieldMaskingQueryfield_masking_span=42;
5022
+
SpanFirstQueryspan_first=43;
5023
+
SpanMultiTermQueryspan_multi=44;
5024
+
SpanNearQueryspan_near=45;
5025
+
SpanNotQueryspan_not=46;
5026
+
SpanOrQueryspan_or=47;
5047
5027
// Matches spans containing a term.
5048
-
SpanTermQueryspan_term=49;
5049
-
SpanWithinQueryspan_within=50;
5028
+
SpanTermQueryspan_term=48;
5029
+
SpanWithinQueryspan_within=49;
5050
5030
// Return documents using a template query contains placeholders that are resolved by search request processors during query execution.
5051
-
ObjectMaptemplate=51;
5031
+
ObjectMaptemplate=50;
5052
5032
// Returns documents that contain an exact term in a provided field. To return a document, the query term must exactly match the queried field's value, including white space and capitalization.
5053
-
TermQueryterm=52;
5033
+
TermQueryterm=51;
5054
5034
// Returns documents that contain one or more exact terms in a provided field.
5055
-
TermsQueryterms=53;
5035
+
TermsQueryterms=52;
5056
5036
// Returns documents that contain a minimum number of exact terms in a provided field. To return a document, a required number of terms must exactly match the field values, including white space and capitalization.
5057
-
TermsSetQueryterms_set=54;
5058
-
TypeQuerytype=55;
5037
+
TermsSetQueryterms_set=53;
5038
+
TypeQuerytype=54;
5059
5039
// Returns documents that contain terms matching a wildcard pattern.
0 commit comments