Uses of Class
org.opencms.search.solr.CmsSolrResultList
Packages that use CmsSolrResultList
Package
Description
API classes for the result of the search form support provided for server-side Solr search.
The package contains the Solr search integration.
Contains some reusable GUI components for Vaadin UI.
-
Uses of CmsSolrResultList in org.opencms.jsp.search.result
Constructors in org.opencms.jsp.search.result with parameters of type CmsSolrResultListModifierConstructorDescriptionCmsSearchResultWrapper
(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. -
Uses of CmsSolrResultList in org.opencms.search.solr
Methods in org.opencms.search.solr that return CmsSolrResultListModifier and TypeMethodDescriptionPerforms a search.Default search method.CmsSolrIndex.search
(CmsObject cms, CmsSolrQuery query) Default search method.CmsSolrIndex.search
(CmsObject cms, CmsSolrQuery query, boolean ignoreMaxRows) Performs a search.CmsSolrIndex.search
(CmsObject cms, CmsSolrQuery query, boolean ignoreMaxRows, javax.servlet.ServletResponse response, boolean ignoreSearchExclude, CmsResourceFilter filter) Performs the actual search.CmsSolrIndex.search
(CmsObject cms, CmsSolrQuery query, boolean ignoreMaxRows, javax.servlet.ServletResponse response, boolean ignoreSearchExclude, CmsResourceFilter filter, int maxNumResults) Performs the actual search.CmsSolrIndex.search
(CmsObject cms, CmsSolrQuery query, boolean ignoreMaxRows, CmsResourceFilter filter) LikeCmsSolrIndex.search(CmsObject, CmsSolrQuery, boolean)
, but additionally a resource filter can be specified. -
Uses of CmsSolrResultList in org.opencms.ui.components
Methods in org.opencms.ui.components with parameters of type CmsSolrResultList