Skip to content

Commit

Permalink
Upgrading Solr version to 6.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCinquini committed Aug 8, 2018
1 parent c9d862d commit b09c298
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bin/esg-search
Original file line number Diff line number Diff line change
Expand Up @@ -702,9 +702,8 @@ solr_init() {
get_property index_master_port "8984"
get_property index_slave_port "8983"

solr_version=5.5.5
#solr_dist_url=${esg_dist_url}/thirdparty/apache-solr-${solr_version}.tgz
# http://archive.apache.org/dist/lucene/solr/5.2.1/solr-5.2.1.tgz
solr_version=6.6.5

solr_dist_url=http://archive.apache.org/dist/lucene/solr/${solr_version}/solr-${solr_version}.tgz
solr_workdir=${workdir}/solr-${solr_version}
echo "Using solr_workdir=${solr_workdir}"
Expand Down

0 comments on commit b09c298

Please sign in to comment.