Skip to content

Commit 99eafcc

Browse files
authored
Merge pull request #8181 from 4teamwork/TI-2274-solr-update-9.9.0
Update Solr to version 9.9.0
2 parents b4d14a0 + 43ffea1 commit 99eafcc

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

changes/TI-2274.other

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update Solr to version 9.9.0. [buchi]

docker/solr/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM solr:9.8.1
1+
FROM solr:9.9.0
22

33
ENV SOLR_OPTS="-Dlog4j2.formatMsgNoLookups=true" \
44
SOLR_CORES="ogsite" \

opengever/core/solr_testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def start(self):
5252
'SOLR_CORES=testing functionaltesting testserver',
5353
'--name',
5454
self.container_name,
55-
'4teamwork/ogsolr:9.8.1',
55+
'4teamwork/ogsolr:9.9.0',
5656
'solr-foreground',
5757
]
5858

solr-conf/solrconfig.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
that you fully re-index after changing this setting as it can
3636
affect both how text is indexed and queried.
3737
-->
38-
<luceneMatchVersion>9.11</luceneMatchVersion>
38+
<luceneMatchVersion>9.12</luceneMatchVersion>
3939

4040
<!-- Data Directory
4141

0 commit comments

Comments
 (0)