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: docs/dyn/cloudsearch_v1.query.html
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -159,6 +159,7 @@ <h3>Method Details</h3>
159
159
"query": "A String", # The raw query string. See supported search operators in the [Cloud search Cheat Sheet](https://support.google.com/a/users/answer/9299929)
160
160
"queryInterpretationOptions": { # Options to interpret user query. # Options to interpret the user query.
161
161
"disableNlInterpretation": True or False, # Flag to disable natural language (NL) interpretation of queries. Default is false, Set to true to disable natural language interpretation. NL interpretation only applies to predefined datasources.
162
+
"disableSupplementalResults": True or False, # Use this flag to disable supplemental results for a query. Supplemental results setting chosen at SearchApplication level will take precedence if set to True.
162
163
"enableVerbatimMode": True or False, # Enable this flag to turn off all internal optimizations like natural language (NL) interpretation of queries, supplemental result retrieval, and usage of synonyms including custom ones. Nl interpretation will be disabled if either one of the two flags is true.
163
164
},
164
165
"requestOptions": { # Shared request options for all RPC methods. # Request options, such as the search application and user timezone.
Copy file name to clipboardExpand all lines: docs/dyn/cloudsearch_v1.settings.searchapplications.html
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -167,6 +167,10 @@ <h3>Method Details</h3>
167
167
"operationIds": [ # Output only. IDs of the Long Running Operations (LROs) currently running for this schema. Output only field.
168
168
"A String",
169
169
],
170
+
"queryInterpretationConfig": { # Default options to interpret user query. # The default options for query interpretation
171
+
"forceDisableSupplementalResults": True or False, # Set this flag to disable supplemental results retrieval, setting a flag here will not retrieve supplemental results for queries associated with a given search application. If this flag is set to True, it will take precedence over the option set at Query level. For the default value of False, query level flag will set the correct interpretation for supplemental results.
172
+
"forceVerbatimMode": True or False, # Enable this flag to turn off all internal optimizations like natural language (NL) interpretation of queries, supplemental results retrieval, and usage of synonyms including custom ones. If this flag is set to True, it will take precedence over the option set at Query level. For the default value of False, query level flag will set the correct interpretation for verbatim mode.
173
+
},
170
174
"scoringConfig": { # Scoring configurations for a source while processing a Search or Suggest request. # Configuration for ranking results.
171
175
"disableFreshness": True or False, # Whether to use freshness as a ranking signal. By default, freshness is used as a ranking signal. Note that this setting is not available in the Admin UI.
172
176
"disablePersonalization": True or False, # Whether to personalize the results. By default, personal signals will be used to boost results.
@@ -323,6 +327,10 @@ <h3>Method Details</h3>
323
327
"operationIds": [ # Output only. IDs of the Long Running Operations (LROs) currently running for this schema. Output only field.
324
328
"A String",
325
329
],
330
+
"queryInterpretationConfig": { # Default options to interpret user query. # The default options for query interpretation
331
+
"forceDisableSupplementalResults": True or False, # Set this flag to disable supplemental results retrieval, setting a flag here will not retrieve supplemental results for queries associated with a given search application. If this flag is set to True, it will take precedence over the option set at Query level. For the default value of False, query level flag will set the correct interpretation for supplemental results.
332
+
"forceVerbatimMode": True or False, # Enable this flag to turn off all internal optimizations like natural language (NL) interpretation of queries, supplemental results retrieval, and usage of synonyms including custom ones. If this flag is set to True, it will take precedence over the option set at Query level. For the default value of False, query level flag will set the correct interpretation for verbatim mode.
333
+
},
326
334
"scoringConfig": { # Scoring configurations for a source while processing a Search or Suggest request. # Configuration for ranking results.
327
335
"disableFreshness": True or False, # Whether to use freshness as a ranking signal. By default, freshness is used as a ranking signal. Note that this setting is not available in the Admin UI.
328
336
"disablePersonalization": True or False, # Whether to personalize the results. By default, personal signals will be used to boost results.
@@ -419,6 +427,10 @@ <h3>Method Details</h3>
419
427
"operationIds": [ # Output only. IDs of the Long Running Operations (LROs) currently running for this schema. Output only field.
420
428
"A String",
421
429
],
430
+
"queryInterpretationConfig": { # Default options to interpret user query. # The default options for query interpretation
431
+
"forceDisableSupplementalResults": True or False, # Set this flag to disable supplemental results retrieval, setting a flag here will not retrieve supplemental results for queries associated with a given search application. If this flag is set to True, it will take precedence over the option set at Query level. For the default value of False, query level flag will set the correct interpretation for supplemental results.
432
+
"forceVerbatimMode": True or False, # Enable this flag to turn off all internal optimizations like natural language (NL) interpretation of queries, supplemental results retrieval, and usage of synonyms including custom ones. If this flag is set to True, it will take precedence over the option set at Query level. For the default value of False, query level flag will set the correct interpretation for verbatim mode.
433
+
},
422
434
"scoringConfig": { # Scoring configurations for a source while processing a Search or Suggest request. # Configuration for ranking results.
423
435
"disableFreshness": True or False, # Whether to use freshness as a ranking signal. By default, freshness is used as a ranking signal. Note that this setting is not available in the Admin UI.
424
436
"disablePersonalization": True or False, # Whether to personalize the results. By default, personal signals will be used to boost results.
@@ -565,6 +577,10 @@ <h3>Method Details</h3>
565
577
"operationIds": [ # Output only. IDs of the Long Running Operations (LROs) currently running for this schema. Output only field.
566
578
"A String",
567
579
],
580
+
"queryInterpretationConfig": { # Default options to interpret user query. # The default options for query interpretation
581
+
"forceDisableSupplementalResults": True or False, # Set this flag to disable supplemental results retrieval, setting a flag here will not retrieve supplemental results for queries associated with a given search application. If this flag is set to True, it will take precedence over the option set at Query level. For the default value of False, query level flag will set the correct interpretation for supplemental results.
582
+
"forceVerbatimMode": True or False, # Enable this flag to turn off all internal optimizations like natural language (NL) interpretation of queries, supplemental results retrieval, and usage of synonyms including custom ones. If this flag is set to True, it will take precedence over the option set at Query level. For the default value of False, query level flag will set the correct interpretation for verbatim mode.
583
+
},
568
584
"scoringConfig": { # Scoring configurations for a source while processing a Search or Suggest request. # Configuration for ranking results.
569
585
"disableFreshness": True or False, # Whether to use freshness as a ranking signal. By default, freshness is used as a ranking signal. Note that this setting is not available in the Admin UI.
570
586
"disablePersonalization": True or False, # Whether to personalize the results. By default, personal signals will be used to boost results.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/cloudsearch.v1.json
+24-1Lines changed: 24 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1916,7 +1916,7 @@
1916
1916
}
1917
1917
}
1918
1918
},
1919
-
"revision": "20210629",
1919
+
"revision": "20210706",
1920
1920
"rootUrl": "https://cloudsearch.googleapis.com/",
1921
1921
"schemas": {
1922
1922
"AuditLoggingSettings": {
@@ -4008,6 +4008,21 @@
4008
4008
},
4009
4009
"type": "object"
4010
4010
},
4011
+
"QueryInterpretationConfig": {
4012
+
"description": "Default options to interpret user query.",
4013
+
"id": "QueryInterpretationConfig",
4014
+
"properties": {
4015
+
"forceDisableSupplementalResults": {
4016
+
"description": "Set this flag to disable supplemental results retrieval, setting a flag here will not retrieve supplemental results for queries associated with a given search application. If this flag is set to True, it will take precedence over the option set at Query level. For the default value of False, query level flag will set the correct interpretation for supplemental results.",
4017
+
"type": "boolean"
4018
+
},
4019
+
"forceVerbatimMode": {
4020
+
"description": "Enable this flag to turn off all internal optimizations like natural language (NL) interpretation of queries, supplemental results retrieval, and usage of synonyms including custom ones. If this flag is set to True, it will take precedence over the option set at Query level. For the default value of False, query level flag will set the correct interpretation for verbatim mode.",
4021
+
"type": "boolean"
4022
+
}
4023
+
},
4024
+
"type": "object"
4025
+
},
4011
4026
"QueryInterpretationOptions": {
4012
4027
"description": "Options to interpret user query.",
4013
4028
"id": "QueryInterpretationOptions",
@@ -4016,6 +4031,10 @@
4016
4031
"description": "Flag to disable natural language (NL) interpretation of queries. Default is false, Set to true to disable natural language interpretation. NL interpretation only applies to predefined datasources.",
4017
4032
"type": "boolean"
4018
4033
},
4034
+
"disableSupplementalResults": {
4035
+
"description": "Use this flag to disable supplemental results for a query. Supplemental results setting chosen at SearchApplication level will take precedence if set to True.",
4036
+
"type": "boolean"
4037
+
},
4019
4038
"enableVerbatimMode": {
4020
4039
"description": "Enable this flag to turn off all internal optimizations like natural language (NL) interpretation of queries, supplemental result retrieval, and usage of synonyms including custom ones. Nl interpretation will be disabled if either one of the two flags is true.",
4021
4040
"type": "boolean"
@@ -4435,6 +4454,10 @@
4435
4454
"readOnly": true,
4436
4455
"type": "array"
4437
4456
},
4457
+
"queryInterpretationConfig": {
4458
+
"$ref": "QueryInterpretationConfig",
4459
+
"description": "The default options for query interpretation"
4460
+
},
4438
4461
"scoringConfig": {
4439
4462
"$ref": "ScoringConfig",
4440
4463
"description": "Configuration for ranking results."
0 commit comments