Class QueryInterpretationConfig
Default options to interpret user query.
Implements
Inherited Members
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class QueryInterpretationConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ForceDisableSupplementalResults
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.
Declaration
[JsonProperty("forceDisableSupplementalResults")]
public virtual bool? ForceDisableSupplementalResults { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ForceVerbatimMode
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.
Declaration
[JsonProperty("forceVerbatimMode")]
public virtual bool? ForceVerbatimMode { get; set; }
Property Value
Type | Description |
---|---|
bool? |