Class SourceCrowdingConfig
Set search results crowding limits. Crowding is a situation in which multiple results from the same source or host "crowd out" other results, diminishing the quality of search for users. To foster better search quality and source diversity in search results, you can set a condition to reduce repetitive results by source.
Implements
Inherited Members
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class SourceCrowdingConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NumResults
Maximum number of results allowed from a datasource in a result page as long as results from other sources are not exhausted. Value specified must not be negative. A default value is used if this value is equal to 0. To disable crowding, set the value greater than 100.
Declaration
[JsonProperty("numResults")]
public virtual int? NumResults { get; set; }
Property Value
Type | Description |
---|---|
int? |
NumSuggestions
Maximum number of suggestions allowed from a source. No limits will be set on results if this value is less than or equal to 0.
Declaration
[JsonProperty("numSuggestions")]
public virtual int? NumSuggestions { get; set; }
Property Value
Type | Description |
---|---|
int? |