Uses of Class
org.opencms.search.solr.CmsSolrIndex
Package
Description
Implements the main full text search and indexing functions available in OpenCms.
Implements the search functions for the OpenCms Gallery search index,
which is used by the Advanced Direct Edit (ADE) functions.
The package contains the Solr search integration.
-
Uses of CmsSolrIndex in org.opencms.search
Modifier and TypeMethodDescriptionCmsSearchManager.getIndexSolr
(String indexName) Returns the Solr index configured with the given name.static final CmsSolrIndex
CmsSearchManager.getIndexSolr
(CmsObject cms, Map<String, String[]> params) Returns the Solr index configured with the parameters name.Modifier and TypeMethodDescriptionCmsSearchManager.getAllSolrIndexes()
Returns all Solr index.CmsSearchManager.getSearchIndexesSolr()
Returns an unmodifiable list of all configured
instances.I_CmsSearchIndex
Modifier and TypeMethodDescriptionvoid
CmsSearchManager.registerSolrIndex
(CmsSolrIndex index) Registers a new Solr core for the given index. -
Uses of CmsSolrIndex in org.opencms.search.galleries
Modifier and TypeMethodDescriptionCmsGallerySearch.getSearchIndex()
Returns the current gallery search index. -
Uses of CmsSolrIndex in org.opencms.search.solr
ModifierConstructorDescriptionCmsSolrIndexWriter
(org.apache.solr.client.solrj.SolrClient client, CmsSolrIndex index) Creates a new index writer based on the provided standard Lucene IndexWriter for the provided OpenCms search index instance.