Package org.dspace.discovery
Class SolrSearchCore
- java.lang.Object
-
- org.dspace.discovery.SolrSearchCore
-
public class SolrSearchCore extends Object
Bean containing the SolrClient for the search core- Author:
- Kevin Van de Velde (kevin at atmire dot com)
-
-
Field Summary
Fields Modifier and Type Field Description protected ConfigurationServiceconfigurationServiceprotected IndexingServiceindexingServiceprotected org.apache.solr.client.solrj.SolrClientsolrSolrServer for processing indexing events.
-
Constructor Summary
Constructors Constructor Description SolrSearchCore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.solr.client.solrj.SolrClientgetSolr()protected voidinitSolr()Initialize the solr search core
-
-
-
Field Detail
-
indexingService
@Autowired protected IndexingService indexingService
-
configurationService
@Autowired protected ConfigurationService configurationService
-
solr
protected org.apache.solr.client.solrj.SolrClient solr
SolrServer for processing indexing events.
-
-