diff options
| author | Michael Peter Christen <mc@yacy.net> | 2014-01-15 17:18:32 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2014-01-15 17:18:32 +0100 |
| commit | 84cf7e8e9ff97b026450cbed216d76421e754026 (patch) | |
| tree | 35ea2a76a8fde0f7fbb5505bb5c40a6136dee975 /addon/YaCy.app | |
| parent | 6e2fe777afa5245487180a965129d0335ec26bc3 (diff) | |
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.
Diffstat (limited to 'addon/YaCy.app')
| -rw-r--r-- | addon/YaCy.app/Contents/Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addon/YaCy.app/Contents/Info.plist b/addon/YaCy.app/Contents/Info.plist index 6054b1652..0f0220333 100644 --- a/addon/YaCy.app/Contents/Info.plist +++ b/addon/YaCy.app/Contents/Info.plist @@ -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> |
