File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Update Solr to version 9.9.0. [buchi]
Original file line number Diff line number Diff line change 1- FROM solr:9.8.1
1+ FROM solr:9.9.0
22
33ENV SOLR_OPTS="-Dlog4j2.formatMsgNoLookups=true" \
44 SOLR_CORES="ogsite" \
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments