Class QueryInterpretationOptions
Options to interpret user query.
Implements
Inherited Members
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class QueryInterpretationOptions : IDirectResponseSchema
Properties
DisableNlInterpretation
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.
Declaration
[JsonProperty("disableNlInterpretation")]
public virtual bool? DisableNlInterpretation { get; set; }
Property Value
Type | Description |
---|---|
bool? |
DisableSupplementalResults
Use this flag to disable supplemental results for a query. Supplemental results setting chosen at SearchApplication level will take precedence if set to True.
Declaration
[JsonProperty("disableSupplementalResults")]
public virtual bool? DisableSupplementalResults { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnableVerbatimMode
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.
Declaration
[JsonProperty("enableVerbatimMode")]
public virtual bool? EnableVerbatimMode { get; set; }
Property Value
Type | Description |
---|---|
bool? |