Response for SearchJob method.
JSON representation |
---|
{ "matchingJobs": [ { object ( |
Fields | |
---|---|
matchingJobs[] |
The Job entities that match the specified |
histogramQueryResults[] |
The histogram results that match with specified |
nextPageToken |
The token that specifies the starting position of the next page of results. This field is empty if there are no more results. |
locationFilters[] |
The location filters that the service applied to the specified query. If any filters are lat-lng based, the |
totalSize |
Number of jobs that match the specified query. Note: This size is precise only if the total is less than 100,000. |
metadata |
Additional information for the API invocation, such as the request tracking id. |
broadenedQueryJobsCount |
If query broadening is enabled, we may append additional results from the broadened query. This number indicates how many of the jobs returned in the jobs field are from the broadened query. These results are always at the end of the jobs list. In particular, a value of 0, or if the field isn't set, all the jobs in the jobs list are from the original (without broadening) query. If this field is non-zero, subsequent requests with offset after this result set should contain all broadened results. |
spellCorrection |
The spell checking result, and correction. |
MatchingJob
Job entry with metadata inside SearchJobsResponse
.
JSON representation |
---|
{ "job": { object ( |
Fields | |
---|---|
job |
Job resource that matches the specified |
jobSummary |
A summary of the job with core information that's displayed on the search results listing page. |
jobTitleSnippet |
Contains snippets of text from the |
searchTextSnippet |
Contains snippets of text from the |
commuteInfo |
Commute information which is generated based on specified |
CommuteInfo
Commute details related to this job.
JSON representation |
---|
{
"jobLocation": {
object ( |
Fields | |
---|---|
jobLocation |
Location used as the destination in the commute calculation. |
travelDuration |
The number of seconds required to travel to the job location from the query location. A duration of 0 seconds indicates that the job isn't reachable within the requested duration, but was returned as part of an expanded query. A duration in seconds with up to nine fractional digits, ending with ' |
HistogramQueryResult
Histogram result that matches HistogramQuery
specified in searches.
JSON representation |
---|
{ "histogramQuery": string, "histogram": { string: string, ... } } |
Fields | |
---|---|
histogramQuery |
Requested histogram expression. |
histogram |
A map from the values of the facet associated with distinct values to the number of matching entries with corresponding value. The key format is:
An object containing a list of |
SpellingCorrection
Spell check result.
JSON representation |
---|
{ "corrected": boolean, "correctedText": string, "correctedHtml": string } |
Fields | |
---|---|
corrected |
Indicates if the query was corrected by the spell checker. |
correctedText |
Correction output consisting of the corrected keyword string. |
correctedHtml |
Corrected output with html tags to highlight the corrected words. Corrected words are called out with the "..." html tags. For example, the user input query is "software enginear", where the second word, "enginear," is incorrect. It should be "engineer". When spelling correction is enabled, this value is "software engineer". |