Show / Hide Table of Contents

Class SearchResult

Results containing indexed information for a document.

Inheritance
object
SearchResult
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class SearchResult : IDirectResponseSchema

Properties

ClusteredResults

If source is clustered, provide list of clustered results. There will only be one level of clustered results. If current source is not enabled for clustering, this field will be empty.

Declaration
[JsonProperty("clusteredResults")]
public virtual IList<SearchResult> ClusteredResults { get; set; }
Property Value
Type Description
IList<SearchResult>

DebugInfo

Debugging information about this search result.

Declaration
[JsonProperty("debugInfo")]
public virtual ResultDebugInfo DebugInfo { get; set; }
Property Value
Type Description
ResultDebugInfo

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Metadata

Metadata of the search result.

Declaration
[JsonProperty("metadata")]
public virtual Metadata Metadata { get; set; }
Property Value
Type Description
Metadata

Snippet

The concatenation of all snippets (summaries) available for this result.

Declaration
[JsonProperty("snippet")]
public virtual Snippet Snippet { get; set; }
Property Value
Type Description
Snippet

Title

Title of the search result.

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
string

Url

The URL of the search result. The URL contains a Google redirect to the actual item. This URL is signed and shouldn't be changed.

Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX