Package de.cxp.ocs.model.params
Class ProductSet
java.lang.Object
de.cxp.ocs.model.params.ProductSet
- Direct Known Subclasses:
DynamicProductSet
,GenericProductSet
,QueryStringProductSet
,StaticProductSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
If set to true, the result of that product set will be separated from the main result. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
asSeparateSlice
public boolean asSeparateSliceIf set to true, the result of that product set will be separated from the main result. However facets won't be separated and still part of the main result's slice. -
variantBoostTerms
-
-
Constructor Details
-
ProductSet
public ProductSet()
-
-
Method Details
-
getType
-
getName
- Returns:
- Name of the product set, at which the results can be identified in the returned slices.
-
getSize
public abstract int getSize()
-