fixed getStatistics

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-catalogue/ckan-util-library@162864 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2018-02-02 15:23:00 +00:00
parent 749f67101d
commit e9122ea2a8
1 changed files with 0 additions and 1 deletions

View File

@ -2938,7 +2938,6 @@ public class DataCatalogueImpl implements DataCatalogue{
int numGroups = getGroups().size();
int numOrganizations = getOrganizationsNames().size();
SOLR_URL = "https://ckan-d-d4s.d4science.org/solr/collection1";
logger.debug("SOLR address is " + SOLR_URL);
HttpSolrServer solr = new HttpSolrServer(SOLR_URL);