Class SearchResult
Results containing indexed information for a document.
Implements
Inherited Members
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 |