Skip to content

Commit

Permalink
Update to solr 8.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
soruly committed Jan 16, 2024
1 parent dfcf33a commit 94e1772
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM solr:8.11.1
FROM solr:8.11.2

COPY --chown=solr:solr ["dist/lire.jar", "dist/liresolr.jar", "/opt/solr/server/solr-webapp/webapp/WEB-INF/lib/"]

Expand Down
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ repositories {

dependencies {
// ---< Lucene >---
implementation 'org.apache.lucene:lucene-core:8.11.1'
implementation 'org.apache.lucene:lucene-analyzers-common:8.11.1'
implementation 'org.apache.lucene:lucene-queryparser:8.11.1'
implementation 'org.apache.lucene:lucene-queries:8.11.1'
implementation 'org.apache.lucene:lucene-core:8.11.2'
implementation 'org.apache.lucene:lucene-analyzers-common:8.11.2'
implementation 'org.apache.lucene:lucene-queryparser:8.11.2'
implementation 'org.apache.lucene:lucene-queries:8.11.2'

// ---< Solr >---
implementation 'org.apache.solr:solr-core:8.11.1'
implementation 'org.apache.solr:solr-dataimporthandler:8.11.1'
implementation 'org.apache.solr:solr-solrj:8.11.1'
implementation 'org.apache.solr:solr-core:8.11.2'
implementation 'org.apache.solr:solr-dataimporthandler:8.11.2'
implementation 'org.apache.solr:solr-solrj:8.11.2'

// ---< Commons >---
implementation 'commons-io:commons-io:2.6'
Expand Down
2 changes: 1 addition & 1 deletion 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.11.1</luceneMatchVersion>
<luceneMatchVersion>8.11.2</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 94e1772

Please # to comment.