Skip to content

Commit

Permalink
Update to Solr 8.11.1 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
risdenk authored Feb 3, 2022
1 parent a883f1c commit 0687b0f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Windows:

### Local option

1. Download and unpack [Solr 8.4.1](https://archive.apache.org/dist/lucene/solr/8.4.1/solr-8.4.1.zip)
1. Download and unpack [Solr 8.11.1](https://archive.apache.org/dist/lucene/solr/8.11.1/solr-8.11.1.tgz)

2. Navigate into the newly unzipped directory.

Expand Down
2 changes: 1 addition & 1 deletion docker.ps1
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

docker run -p 8983:8983 -v ${PWD}/solr_home:/opt/mysolrhome -e SOLR_HOME=/opt/mysolrhome -e INIT_SOLR_HOME=yes solr:8.4.1
docker run -p 8983:8983 -v ${PWD}/solr_home:/opt/mysolrhome -e SOLR_HOME=/opt/mysolrhome -e INIT_SOLR_HOME=yes solr:8.11.1
2 changes: 1 addition & 1 deletion docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ if [ "$(uname -s)" == 'Linux' ]; then
sudo chown -R 8983:8983 solr_home
fi

docker run -p 8983:8983 -v "${PWD}/solr_home:/opt/mysolrhome" -e SOLR_HOME=/opt/mysolrhome -e INIT_SOLR_HOME=yes solr:8.4.1
docker run -p 8983:8983 -v "${PWD}/solr_home:/opt/mysolrhome" -e SOLR_HOME=/opt/mysolrhome -e INIT_SOLR_HOME=yes solr:8.11.1
2 changes: 1 addition & 1 deletion solr_home/tmdb/conf/solrconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
that you fully re-index after changing this setting as it can
affect both how text is indexed and queried.
-->
<luceneMatchVersion>8.4.1</luceneMatchVersion>
<luceneMatchVersion>8.11.1</luceneMatchVersion>

<!-- <lib/> directives can be used to instruct Solr to load any Jars
identified and use them to resolve any "plugins" specified in
Expand Down

0 comments on commit 0687b0f

Please sign in to comment.