File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
src/main/java/org/apache/ofbiz/content/search Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919dependencies {
2020 // Remember to change the version number in SearchWorker class when upgrading.
2121 // Also Solr et Lucene should use the same version, luceneMatchVersion should be updated in solrconfig.xml
22- pluginLibsCompile ' org.apache.lucene:lucene-core:8.9.0 '
23- pluginLibsCompile ' org.apache.lucene:lucene-queryparser:8.9.0 '
24- pluginLibsCompile ' org.apache.lucene:lucene-analyzers-common:8.9.0 '
22+ pluginLibsCompile ' org.apache.lucene:lucene-core:8.11.1 '
23+ pluginLibsCompile ' org.apache.lucene:lucene-queryparser:8.11.1 '
24+ pluginLibsCompile ' org.apache.lucene:lucene-analyzers-common:8.11.1 '
2525}
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public final class SearchWorker {
4141
4242 public static final String module = SearchWorker .class .getName ();
4343
44- private static final Version LUCENE_VERSION = Version .LUCENE_8_9_0 ;
44+ private static final Version LUCENE_VERSION = Version .LUCENE_8_11_1 ;
4545
4646 private SearchWorker () {}
4747
Original file line number Diff line number Diff line change 1919dependencies {
2020 // Remember to change the version number in SearchWorker class when upgrading.
2121 // Also Solr et Lucene should use the same version, luceneMatchVersion should be updated in solrconfig.xml
22- pluginLibsCompile ' org.apache.solr:solr-core:8.9.0 '
22+ pluginLibsCompile ' org.apache.solr:solr-core:8.11.1 '
2323 pluginLibsCompile ' com.google.guava:guava:28.0-jre'
2424}
2525
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 >8.9.0 </luceneMatchVersion >
38+ <luceneMatchVersion >8.11.1 </luceneMatchVersion >
3939
4040 <!-- <lib/> directives can be used to instruct Solr to load any Jars
4141 identified and use them to resolve any "plugins" specified in
You can’t perform that action at this time.
0 commit comments