Package com.loop54.model.response
Class ScopedQueryResult
java.lang.Object
com.loop54.model.response.QueryResult
com.loop54.model.response.ScopedQueryResult
A query with scopes. Scopes can be categories, brands or another attribute of the entities related to the query to do faceted autocomplete.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe name of the attribute from which the scopes were createdScopes where this query is relevant.Fields inherited from class com.loop54.model.response.QueryResult
query -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
scopes
Scopes where this query is relevant. Based on which entity attribute values will be present in the search results. Use together with faceting of search results for this query. -
scopeAttributeName
The name of the attribute from which the scopes were created
-
-
Constructor Details
-
ScopedQueryResult
public ScopedQueryResult()
-