Package de.cxp.ocs.model.params
Class QueryStringProductSet
java.lang.Object
de.cxp.ocs.model.params.ProductSet
de.cxp.ocs.model.params.QueryStringProductSet
A product set defined by a simple query string query, fields with corresponding weights, optional filters and
sorting order.
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
The maximum amount of products to pick into the set.final String
Fields inherited from class de.cxp.ocs.model.params.ProductSet
asSeparateSlice, variantBoostTerms
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.cxp.ocs.model.params.ProductSet
getName, getType
-
Field Details
-
type
- See Also:
-
name
-
query
-
sort
-
filters
-
fieldWeights
-
limit
public int limitThe maximum amount of products to pick into the set. These will be the first products provided by the other parameters.
-
-
Constructor Details
-
QueryStringProductSet
public QueryStringProductSet()
-
-
Method Details
-
getSize
public int getSize()- Specified by:
getSize
in classProductSet
-