Class SearchResponse

java.lang.Object
com.loop54.model.response.Response
com.loop54.model.response.SearchResponse

public class SearchResponse extends Response
The result of a search operation.
  • Field Details

    • makesSense

      public boolean makesSense
      Whether or not the engine understood the search query.
    • spellingSuggestions

      public QueryCollection spellingSuggestions
      A collection of suggestions for alternate spellings of the query.
    • relatedQueries

      public QueryCollection relatedQueries
      A collection of suggestions for queries that are related to the provided query.
    • results

      public EntityCollection results
      The results that match the query.
    • relatedResults

      public EntityCollection relatedResults
      Any additional results that, while not matching, are relevant to the query.
  • Constructor Details

    • SearchResponse

      public SearchResponse()