| Package | Description |
|---|---|
| org.opencms.jsp.search.result |
API classes for the result of the search form support provided for server-side Solr search.
|
| org.opencms.search.solr |
The package contains the Solr search integration.
|
| org.opencms.ui.apps.lists |
This package contains the app classes for the list configurations manager.
|
| Constructor and Description |
|---|
CmsSearchResultWrapper(I_CmsSearchControllerMain controller,
CmsSolrResultList resultList,
CmsSolrQuery query,
CmsObject cms,
CmsSearchException exception)
Constructor taking the main search form controller and the result list as normally returned.
|
| Modifier and Type | Method and Description |
|---|---|
CmsSolrResultList |
CmsSolrIndex.search(CmsObject cms,
CmsSolrQuery query)
Default search method.
|
CmsSolrResultList |
CmsSolrIndex.search(CmsObject cms,
CmsSolrQuery query,
boolean ignoreMaxRows)
Performs a search.
|
CmsSolrResultList |
CmsSolrIndex.search(CmsObject cms,
CmsSolrQuery query,
boolean ignoreMaxRows,
CmsResourceFilter filter)
Like
CmsSolrIndex.search(CmsObject, CmsSolrQuery, boolean), but additionally a resource filter can be specified. |
CmsSolrResultList |
CmsSolrIndex.search(CmsObject cms,
CmsSolrQuery query,
boolean ignoreMaxRows,
javax.servlet.ServletResponse response,
boolean ignoreSearchExclude,
CmsResourceFilter filter)
Performs the actual search.
|
CmsSolrResultList |
CmsSolrIndex.search(CmsObject cms,
CmsSolrQuery query,
boolean ignoreMaxRows,
javax.servlet.ServletResponse response,
boolean ignoreSearchExclude,
CmsResourceFilter filter,
int maxNumResults)
Performs the actual search.
|
CmsSolrResultList |
CmsSolrIndex.search(CmsObject cms,
org.apache.solr.client.solrj.SolrQuery query)
Default search method.
|
CmsSolrResultList |
CmsSolrIndex.search(CmsObject cms,
java.lang.String solrQuery)
Performs a search.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsResultFacets.displayFacetResult(CmsSolrResultList solrResultList,
CmsSearchResultWrapper resultWrapper)
Displays the result facets.
|