backmigration from solrj 4.6.0 to 4.5.1. This is necessary because

solrj.4.6.0 has a bug which prevents the attachment of a remote solr (as
tested with a SolrCloud). See bug report
https://issues.apache.org/jira/browse/SOLR-5532
This bug shall be fixed in Solr 4.6.1.
Fortunately, solrj-4.5.1 works together with solr-4.6.0 thus the current
index does not need to be changed.
pull/1/head
Michael Peter Christen 11 years ago
parent 6e2fe777af
commit 84cf7e8e9f

@ -65,8 +65,8 @@
<classpathentry kind="lib" path="lib/lucene-queryparser-4.6.0.jar"/>
<classpathentry kind="lib" path="lib/lucene-spatial-4.6.0.jar"/>
<classpathentry kind="lib" path="lib/lucene-suggest-4.6.0.jar"/>
<classpathentry kind="lib" path="lib/solr-core-4.6.0.jar"/>
<classpathentry kind="lib" path="lib/solr-solrj-4.6.0.jar"/>
<classpathentry kind="lib" path="lib/solr-core-4.6.0.jar" sourcepath="/Volumes/Tres/noBackup/Downloads/solr-4.6.0/solr/core/src/java"/>
<classpathentry kind="lib" path="lib/solr-solrj-4.5.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/icu4j-core.jar"/>
<classpathentry kind="lib" path="lib/htmllexer.jar"/>

@ -104,7 +104,7 @@
<string>$JAVAROOT/lib/slf4j-api-1.7.2.jar</string>
<string>$JAVAROOT/lib/slf4j-jdk14-1.7.2.jar</string>
<string>$JAVAROOT/lib/solr-core-4.6.0.jar</string>
<string>$JAVAROOT/lib/solr-solrj-4.6.0.jar</string>
<string>$JAVAROOT/lib/solr-solrj-4.5.1.jar</string>
<string>$JAVAROOT/lib/spatial4j-0.3.jar</string>
<string>$JAVAROOT/lib/webcat-0.1-swf.jar</string>
<string>$JAVAROOT/lib/wstx-asl-3.2.9.jar</string>

@ -229,7 +229,7 @@
<pathelement location="${lib}/slf4j-api-1.7.2.jar" />
<pathelement location="${lib}/slf4j-jdk14-1.7.2.jar" />
<pathelement location="${lib}/solr-core-4.6.0.jar" />
<pathelement location="${lib}/solr-solrj-4.6.0.jar" />
<pathelement location="${lib}/solr-solrj-4.5.1.jar" />
<pathelement location="${lib}/spatial4j-0.3.jar" />
<pathelement location="${lib}/webcat-0.1-swf.jar" />
<pathelement location="${lib}/wstx-asl-3.2.9.jar" />

Loading…
Cancel
Save