Class ScoringConfig
Scoring configurations for a source while processing a Search or Suggest request.
Implements
Inherited Members
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class ScoringConfig : IDirectResponseSchema
Properties
DisableFreshness
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.
Declaration
[JsonProperty("disableFreshness")]
public virtual bool? DisableFreshness { get; set; }
Property Value
Type | Description |
---|---|
bool? |
DisablePersonalization
Whether to personalize the results. By default, personal signals will be used to boost results.
Declaration
[JsonProperty("disablePersonalization")]
public virtual bool? DisablePersonalization { 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 |