Package de.cxp.ocs.model.params
Class ArrangedSearchQuery
- java.lang.Object
-
- de.cxp.ocs.model.params.SearchQuery
-
- de.cxp.ocs.model.params.FilteredSearchQuery
-
- de.cxp.ocs.model.params.ArrangedSearchQuery
-
public class ArrangedSearchQuery extends FilteredSearchQuery
-
-
Field Summary
Fields Modifier and Type Field Description ProductSet[]arrangedProductSetsOne or more sets of documents/products that should be placed at the top of the result.-
Fields inherited from class de.cxp.ocs.model.params.FilteredSearchQuery
filters
-
Fields inherited from class de.cxp.ocs.model.params.SearchQuery
limit, offset, q, sort, withFacets
-
-
Constructor Summary
Constructors Constructor Description ArrangedSearchQuery()
-
-
-
Field Detail
-
arrangedProductSets
public ProductSet[] arrangedProductSets
One or more sets of documents/products that should be placed at the top of the result. They will be returned in separate result slices, but they will be excluded from the organic user search result.
-
-