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

refs #25218 [fid_bbi] configure SolrCloud

parent 58a969ef
No related merge requests found
......@@ -48,14 +48,10 @@ autoconfig:
Database:
database: mysql://vufind:vufind@db/vufind
Index:
url: https://index.ub.uni-leipzig.de/solr
url: https://solrcloud.ub.uni-leipzig.de/solr
Mail:
host: mail
port: 25
searches.ini:
IndexShards:
ai: ai.ub.uni-leipzig.de/solr/biblio
main: index.ub.uni-leipzig.de/solr/biblio
searchspecs.yaml:
"@parent_yaml": "../../../config/vufind/searchspecs.yaml"
......
......@@ -26,8 +26,6 @@ method = fid
recover_password = true
[Catalog]
driver = fid
[Index]
url = https://index.ub.uni-leipzig.de/solr
[Site]
theme = fid
......
......@@ -21,5 +21,5 @@ relative_path = ../../../local/config/vufind/searches.ini
;##################### DO NOT DELETE THIS HEADER ####################
;####################################################################
[IndexShards]
;[IndexShards]
; needs to be empty array due to MungerInjection logic
\ No newline at end of file
......@@ -21,16 +21,6 @@ override_full_sections = "Content"
[System]
debug = false
[Index]
; lokaler Solr
;url = "http://localhost:8080/solr"
; Solr4Entwickler
;url = http://172.18.85.142:8085/solr
; finc-live
;url = "http://172.18.113.250:8080/solr"
; K10plus
url = "https://index.ub.uni-leipzig.de/solr"
[Site]
url = "http://localhost"
theme = "fid_bbi"
......
......@@ -23,9 +23,6 @@ override_full_sections = "Basic_Searches,Advanced_Searches"
;default_filters[] = "~institution:DE-Zwi2"
highlighting_fields = "topic, topic_ref, title_alt, title_new, title_old, series2, contents, fulltext, rvk_label, author_ref, author_variant, author2_variant, author_orig, author2_orig, author_corporate_orig, author_corporate2_orig"
[ShardPreferences]
showCheckboxes = false
[RawHiddenFilters]
0 = "institution:FID-BBI-DE-23"
......
......@@ -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
; until one can be reached. This is only useful for advanced fault-tolerant Solr
; installations.
url = https://index.ub.uni-leipzig.de/solr
url = https://solrcloud.ub.uni-leipzig.de/solr
; Default bibliographic record core
default_core = biblio
; Default authority record core
......
......@@ -609,11 +609,9 @@ topic = "Subjects"
; Leave this section commented out to disable sharding.
; To use sharding, simply fill in lines using the format:
; [display name of shard] = [URL of shard (without http://)]
[IndexShards]
;[IndexShards]
;Library Catalog = localhost:8983/solr/biblio
;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
; 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