mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-16 06:23:10 +00:00
DS-2897 deprecate ElasticSearch Statistics
This commit is contained in:
@@ -51,6 +51,10 @@ import java.net.URL;
|
||||
import java.sql.SQLException;
|
||||
import java.util.*;
|
||||
|
||||
/*
|
||||
* @deprecated As of DSpace 6.0, ElasticSearch statistics are replaced by Solr statistics
|
||||
* @see org.dspace.statistics.SolrLoggerServiceImpl#SolrLoggerServiceImpl
|
||||
*/
|
||||
public class ElasticSearchLoggerServiceImpl implements ElasticSearchLoggerService, InitializingBean {
|
||||
|
||||
private static Logger log = Logger.getLogger(ElasticSearchLoggerServiceImpl.class);
|
||||
|
Reference in New Issue
Block a user