Package com.loop54.model.response
Class SearchResponse
java.lang.Object
com.loop54.model.response.Response
com.loop54.model.response.SearchResponse
The result of a search operation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanWhether or not the engine understood the search query.A collection of suggestions for queries that are related to the provided query.Any additional results that, while not matching, are relevant to the query.The results that match the query.A collection of suggestions for alternate spellings of the query.Fields inherited from class com.loop54.model.response.Response
customData -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.loop54.model.response.Response
getCustomDataOrDefault, getCustomDataOrThrow
-
Field Details
-
makesSense
public boolean makesSenseWhether or not the engine understood the search query. -
spellingSuggestions
A collection of suggestions for alternate spellings of the query. -
results
The results that match the query.
-
-
Constructor Details
-
SearchResponse
public SearchResponse()
-