ilri / rmg-ansible-public

Ansible playbooks for ILRI research-computing infrastructure
GNU General Public License v3.0
8 stars 2 forks source link

Add solr-5.2.x support #9

Closed oguya closed 9 years ago

oguya commented 9 years ago

At the moment we only have solr-5.1.0 branch which is 2 versions[1] behind of the latest solr-5.2.1.

  1. https://archive.apache.org/dist/lucene/solr/
oguya commented 9 years ago

solr does point releases, so instead of creating each branch for each point release, I think we can have a $MAJOR_VERSION-$MINOR_VERSION-x convention for naming solr branches.

Therefore, solr-5.2.0 and solr-5.2.1 would be in solr-5.2.x branch.

alanorth commented 9 years ago

Sure, makes sense. In the end the idea is to merge to master anyways, so branch names only need to make sense for the duration they exist.

qlands commented 9 years ago

I am testing CKAN on Solr 5.2.X . Since Solr5 can work in schema less mode I am checking what it takes to have a core with the CKAN schema. I let you know

alanorth commented 9 years ago

:+1: @qlands. Another benefit of Solr 5+ is that it doesn't need Tomcat. This makes the deployment simpler but we have to test migration path from 4.10.x for your and @jasonrogena Solr instances.

oguya commented 9 years ago

Ok, I've managed to deploy solr-5.2.1 from solr-5.2.x branch. Time to do some tests.

jasonrogena commented 9 years ago

Did a bit of testing on our cores. Deploy or die Gents

oguya commented 9 years ago

We need to start testing solr 5.3.0[1] which was released a few weeks ago. Otherwise, if no one's having issues with deploying solr 5.2.x, then I think we should close this issue.

  1. https://archive.apache.org/dist/lucene/solr/5.3.0/