public class SearchResponse extends Response
Modifier and Type | Field and Description |
---|---|
boolean |
makesSense
Whether or not the engine understood the search query.
|
QueryCollection |
relatedQueries
A collection of suggestions for queries that are related to the provided query.
|
EntityCollection |
relatedResults
Any additional results that, while not matching, are relevant to the query.
|
EntityCollection |
results
The results that match the query.
|
QueryCollection |
spellingSuggestions
A collection of suggestions for alternate spellings of the query.
|
customData
Constructor and Description |
---|
SearchResponse() |
getCustomDataOrDefault, getCustomDataOrThrow
public boolean makesSense
public QueryCollection spellingSuggestions
public QueryCollection relatedQueries
public EntityCollection results
public EntityCollection relatedResults