From 7567bbf66af3b51316ea4cb6a616d71c382dcd48 Mon Sep 17 00:00:00 2001 From: Simon Mayer Date: Wed, 22 Jun 2022 09:27:31 +0200 Subject: [PATCH] Change to new solr core "newseye_onb" for adding all JSON data to it --- config/solr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/solr.yml b/config/solr.yml index 2ae5f41..338f3c9 100644 --- a/config/solr.yml +++ b/config/solr.yml @@ -1,6 +1,6 @@ development: # url: http://localhost:8991/solr/hydra-development - url: http://solr:8983/solr/newseye_collection + url: http://solr:8983/solr/newseye_onb test: url: http://localhost:8991/solr/hydra-development -- GitLab