Class TextPropertyOptions
The options for text properties.
Implements
Inherited Members
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class TextPropertyOptions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OperatorOptions
If set, describes how the property should be used as a search operator.
Declaration
[JsonProperty("operatorOptions")]
public virtual TextOperatorOptions OperatorOptions { get; set; }
Property Value
Type | Description |
---|---|
TextOperatorOptions |
RetrievalImportance
Indicates the search quality importance of the tokens within the field when used for retrieval.
Declaration
[JsonProperty("retrievalImportance")]
public virtual RetrievalImportance RetrievalImportance { get; set; }
Property Value
Type | Description |
---|---|
RetrievalImportance |