Package com.loop54.model.response
Class EntityCollection
java.lang.Object
com.loop54.model.response.EntityCollection
A collection of entities returned by the Loop54 e-commerce search engine.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDistinctFacetByName(String name) getRangeFacetByName(String name)
-
Field Details
-
count
public int countThe total number of entities that are available to return after filtering and faceting but before paging. -
facets
The facets calculated for the result set. -
items
The filtered, faceted, sorted and paged entities.
-
-
Constructor Details
-
EntityCollection
public EntityCollection()
-
-
Method Details
-
getDistinctFacetByName
-
getRangeFacetByName
-