Skip to content
Snippets Groups Projects
Commit aa3811f0 authored by André Lahmann's avatar André Lahmann
Browse files

refs #25212 [ba_sn] fix missing SolrCloud configuration on local level

parent dcb2516a
No related merge requests found
...@@ -539,7 +539,7 @@ ils_encryption_key = false ...@@ -539,7 +539,7 @@ ils_encryption_key = false
; url can also be an array of servers. If so, VuFind will try the servers one by one ; url can also be an array of servers. If so, VuFind will try the servers one by one
; until one can be reached. This is only useful for advanced fault-tolerant Solr ; until one can be reached. This is only useful for advanced fault-tolerant Solr
; installations. ; installations.
url = https://index.ub.uni-leipzig.de/solr url = https://solrcloud.ub.uni-leipzig.de/solr
; Default bibliographic record core ; Default bibliographic record core
default_core = biblio default_core = biblio
; Default authority record core ; Default authority record core
......
...@@ -609,11 +609,9 @@ topic = "Subjects" ...@@ -609,11 +609,9 @@ topic = "Subjects"
; Leave this section commented out to disable sharding. ; Leave this section commented out to disable sharding.
; To use sharding, simply fill in lines using the format: ; To use sharding, simply fill in lines using the format:
; [display name of shard] = [URL of shard (without http://)] ; [display name of shard] = [URL of shard (without http://)]
[IndexShards] ;[IndexShards]
;Library Catalog = localhost:8983/solr/biblio ;Library Catalog = localhost:8983/solr/biblio
;Website = localhost:8983/solr/website ;Website = localhost:8983/solr/website
ai = ai.ub.uni-leipzig.de/solr/biblio
main = index.ub.uni-leipzig.de/solr/biblio
; This section allows you to set preferences for shards display. You only need to ; This section allows you to set preferences for shards display. You only need to
; set these if you want to use shards. See also the [StripFields] section below ; set these if you want to use shards. See also the [StripFields] section below
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment