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
-
Field Summary
FieldsModifier and TypeFieldDescriptionOne or more sets of documents/products that should be placed at the top of the result.boolean
Per default the "natural unarranged results" defined by the included query+filters are part of the response.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 -
Method Summary
Methods inherited from class de.cxp.ocs.model.params.SearchQuery
asUri
-
Field Details
-
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. -
includeMainResult
public boolean includeMainResultPer default the "natural unarranged results" defined by the included query+filters are part of the response. If those are not required, set this flag to 'false'.
-
-
Constructor Details
-
ArrangedSearchQuery
public ArrangedSearchQuery()
-