svn commit: r1821176 - in /ofbiz/ofbiz-plugins/trunk: lucene/build.gradle lucene/src/main/java/org/apache/ofbiz/content/search/SearchWorker.java solr/build.gradle

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1821176 - in /ofbiz/ofbiz-plugins/trunk: lucene/build.gradle lucene/src/main/java/org/apache/ofbiz/content/search/SearchWorker.java solr/build.gradle

mbrohl
Author: mbrohl
Date: Mon Jan 15 16:10:32 2018
New Revision: 1821176

URL: http://svn.apache.org/viewvc?rev=1821176&view=rev
Log:
Improved: Update Solr/Lucene to 7.2.1.
(OFBIZ-10166)

Modified:
    ofbiz/ofbiz-plugins/trunk/lucene/build.gradle
    ofbiz/ofbiz-plugins/trunk/lucene/src/main/java/org/apache/ofbiz/content/search/SearchWorker.java
    ofbiz/ofbiz-plugins/trunk/solr/build.gradle

Modified: ofbiz/ofbiz-plugins/trunk/lucene/build.gradle
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/lucene/build.gradle?rev=1821176&r1=1821175&r2=1821176&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/lucene/build.gradle (original)
+++ ofbiz/ofbiz-plugins/trunk/lucene/build.gradle Mon Jan 15 16:10:32 2018
@@ -17,7 +17,7 @@
  * under the License.
  */
 dependencies {
-    pluginLibsCompile 'org.apache.lucene:lucene-core:7.2.0'
-    pluginLibsCompile 'org.apache.lucene:lucene-queryparser:7.2.0'
-    pluginLibsCompile 'org.apache.lucene:lucene-analyzers-common:7.2.0'
+    pluginLibsCompile 'org.apache.lucene:lucene-core:7.2.1'
+    pluginLibsCompile 'org.apache.lucene:lucene-queryparser:7.2.1'
+    pluginLibsCompile 'org.apache.lucene:lucene-analyzers-common:7.2.1'
 }
\ No newline at end of file

Modified: ofbiz/ofbiz-plugins/trunk/lucene/src/main/java/org/apache/ofbiz/content/search/SearchWorker.java
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/lucene/src/main/java/org/apache/ofbiz/content/search/SearchWorker.java?rev=1821176&r1=1821175&r2=1821176&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/lucene/src/main/java/org/apache/ofbiz/content/search/SearchWorker.java (original)
+++ ofbiz/ofbiz-plugins/trunk/lucene/src/main/java/org/apache/ofbiz/content/search/SearchWorker.java Mon Jan 15 16:10:32 2018
@@ -41,7 +41,7 @@ public final class SearchWorker {
 
     public static final String module = SearchWorker.class.getName();
 
-    private static final Version LUCENE_VERSION = Version.LUCENE_7_1_0;
+    private static final Version LUCENE_VERSION = Version.LUCENE_7_2_1;
 
     private SearchWorker() {}
 

Modified: ofbiz/ofbiz-plugins/trunk/solr/build.gradle
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/solr/build.gradle?rev=1821176&r1=1821175&r2=1821176&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/solr/build.gradle (original)
+++ ofbiz/ofbiz-plugins/trunk/solr/build.gradle Mon Jan 15 16:10:32 2018
@@ -17,7 +17,7 @@
  * under the License.
  */
 dependencies {
-    pluginLibsCompile 'org.apache.solr:solr-core:7.2.0'
+    pluginLibsCompile 'org.apache.solr:solr-core:7.2.1'
     pluginLibsCompile 'com.google.guava:guava:20.0'
 }