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.
Inheritance
System.Object
SourceCrowdingConfig
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
|---|---|
| System.String |
NumResults
Maximum number of results allowed from a source. No limits will be set on results if this value is less than or equal to 0.
Declaration
[JsonProperty("numResults")]
public virtual int? NumResults { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
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 |
|---|---|
| System.Nullable<System.Int32> |