| Package | Description |
|---|---|
| org.opencms.jsp.search.result |
API classes for the result of the search form support provided for server-side Solr search.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsSearchStateParameters
State parameter wrapper that allows to manipulate the request parameters representing the state
of the current search.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsSearchStateParameters |
CmsSearchResultWrapper.getEmptyStateParameters() |
I_CmsSearchStateParameters |
I_CmsSearchResultWrapper.getEmptyStateParameters()
Returns the empty search state parameters.
|
I_CmsSearchStateParameters |
CmsSearchStateParameters.getResetAllFacetStates() |
I_CmsSearchStateParameters |
I_CmsSearchStateParameters.getResetAllFacetStates()
Returns the search state parameters with all filter queries for facets removed.
|
I_CmsSearchStateParameters |
I_CmsSearchResultWrapper.getStateParameters()
Returns the current search state parameters.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,I_CmsSearchStateParameters> |
CmsSearchStateParameters.getAddIgnoreFacetLimit() |
java.util.Map<java.lang.String,I_CmsSearchStateParameters> |
I_CmsSearchStateParameters.getAddIgnoreFacetLimit()
Returns the search state parameters with the parameter for ignoring a facet's (specified by first key) limit added.
|
java.util.Map<java.lang.String,java.util.Map<java.lang.String,I_CmsSearchStateParameters>> |
CmsSearchStateParameters.getCheckFacetItem() |
java.util.Map<java.lang.String,java.util.Map<java.lang.String,I_CmsSearchStateParameters>> |
I_CmsSearchStateParameters.getCheckFacetItem()
Returns the search state parameters with the filter query for facets (specified by first key) item (specified by the second key) added.
|
java.util.Map<java.lang.String,I_CmsSearchStateParameters> |
CmsSearchStateParameters.getNewQuery() |
java.util.Map<java.lang.String,I_CmsSearchStateParameters> |
I_CmsSearchStateParameters.getNewQuery()
Returns the search state parameters with the Query parameter's value adjusted to the key of the map.
|
java.util.Map<java.lang.String,I_CmsSearchStateParameters> |
CmsSearchStateParameters.getRemoveIgnoreFacetLimit() |
java.util.Map<java.lang.String,I_CmsSearchStateParameters> |
I_CmsSearchStateParameters.getRemoveIgnoreFacetLimit()
Returns the search state parameters with the parameter for ignoring a facet's (specified by first key) limit removed.
|
java.util.Map<java.lang.String,I_CmsSearchStateParameters> |
CmsSearchStateParameters.getResetFacetState() |
java.util.Map<java.lang.String,I_CmsSearchStateParameters> |
I_CmsSearchStateParameters.getResetFacetState()
Returns the search state parameters with all filter queries for the facet specified as key removed.
|
java.util.Map<java.lang.String,I_CmsSearchStateParameters> |
CmsSearchStateParameters.getSetPage() |
java.util.Map<java.lang.String,I_CmsSearchStateParameters> |
I_CmsSearchStateParameters.getSetPage()
Returns the search state parameters with the value for the current page's parameter replaced by the key.
|
java.util.Map<java.lang.String,I_CmsSearchStateParameters> |
CmsSearchStateParameters.getSetSortOption() |
java.util.Map<java.lang.String,I_CmsSearchStateParameters> |
I_CmsSearchStateParameters.getSetSortOption()
Returns the search state parameters with the value for the sort parameter replaced by the key.
|
java.util.Map<java.lang.String,java.util.Map<java.lang.String,I_CmsSearchStateParameters>> |
CmsSearchStateParameters.getUncheckFacetItem() |
java.util.Map<java.lang.String,java.util.Map<java.lang.String,I_CmsSearchStateParameters>> |
I_CmsSearchStateParameters.getUncheckFacetItem()
Returns the search state parameters with the filter query for facets (specified by first key) item (specified by the second key) removed.
|