程序包 | 说明 |
---|---|
org.opencms.search |
Implements the main full text search and indexing functions available in OpenCms.
|
org.opencms.search.solr |
限定符和类型 | 方法和说明 |
---|---|
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.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CmsSolrIndex> |
CmsSearchManager.getAllSolrIndexes()
Returns all Solr index.
|
java.util.List<CmsSolrIndex> |
CmsSearchManager.getSearchIndexesSolr()
Returns an unmodifiable list of all configured
instances. |
限定符和类型 | 方法和说明 |
---|---|
void |
CmsSearchManager.registerSolrIndex(CmsSolrIndex index)
Registers a new Solr core for the given index.
|
构造器和说明 |
---|
CmsSolrIndexWriter(org.apache.solr.client.solrj.SolrServer server,
CmsSolrIndex index)
Creates a new index writer based on the provided standard Lucene IndexWriter for the
provided OpenCms search index instance.
|