Uses of Class
org.opencms.search.CmsSearchException
Package
Description
API classes for the result of the search form support provided for server-side Solr search.
Provides the main OpenCms "operating system".
Implements the main full text search and indexing functions available in OpenCms.
The package contains the Solr search integration.
-
Uses of CmsSearchException in org.opencms.jsp.search.result
Modifier and TypeMethodDescriptionCmsSearchResultWrapper.getException()
I_CmsSearchResultWrapper.getException()
Returns the search exception if search fails.ModifierConstructorDescriptionCmsSearchResultWrapper
(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 CmsSearchException in org.opencms.main
Modifier and TypeMethodDescriptionprotected org.opencms.main.OpenCmsSolrHandler.Context
OpenCmsSolrHandler.initializeRequest
(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) Initialized the search request and sets the local parameter. -
Uses of CmsSearchException in org.opencms.search
Modifier and TypeMethodDescriptionorg.apache.lucene.analysis.Analyzer
CmsSearchManager.getAnalyzer
(Locale locale) Returns an analyzer for the given language.void
A_CmsSearchIndex.initialize()
Initializes the search index.void
CmsSearchIndex.initialize()
void
I_CmsSearchIndex.initialize()
Initializes the search index.CmsSearchIndex.search
(CmsObject cms, CmsSearchParameters params) Performs a search on the index within the given fields. -
Uses of CmsSearchException in org.opencms.search.solr
Modifier and TypeMethodDescriptionvoid
CmsSolrIndex.initialize()
Performs 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.void
CmsSolrIndex.spellCheck
(javax.servlet.ServletResponse res, CmsObject cms, CmsSolrQuery q) Executes a spell checking Solr query and returns the Solr query response.