| Package | Description |
|---|---|
| org.opencms.search |
Implements the main full text search and indexing functions available in OpenCms.
|
| org.opencms.search.galleries |
Implements the search functions for the OpenCms Gallery search index,
which is used by the Advanced Direct Edit (ADE) functions.
|
| org.opencms.search.solr |
The package contains the Solr search integration.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsSolrIndex |
CmsSearchManager.getIndexSolr(CmsObject cms,
java.util.Map<java.lang.String,java.lang.String[]> params)
Returns the Solr index configured with the parameters name.
|
CmsSolrIndex |
CmsSearchManager.getIndexSolr(java.lang.String indexName)
Returns the Solr index configured with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsSolrIndex> |
CmsSearchManager.getAllSolrIndexes()
Returns all Solr index.
|
java.util.List<CmsSolrIndex> |
CmsSearchManager.getSearchIndexesSolr()
Returns an unmodifiable list of all configured
instances. |
| Modifier and Type | Method and Description |
|---|---|
void |
CmsSearchManager.registerSolrIndex(CmsSolrIndex index)
Registers a new Solr core for the given index.
|
| Modifier and Type | Method and Description |
|---|---|
CmsSolrIndex |
CmsGallerySearch.getSearchIndex()
Returns the current gallery search index.
|
| Constructor and Description |
|---|
CmsSolrIndexWriter(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.
|