collective / collective.recipe.solrinstance

Buildout recipe to configure a Solr instance
https://pypi.python.org/pypi/collective.recipe.solrinstance
5 stars 13 forks source link

Solr 5 support #36

Closed tisto closed 9 years ago

tisto commented 9 years ago

Solr 5.0.0 is out: http://lucidworks.com/blog/solr-5-0/

It would be great if c.r.solrinstance would support that release at some point.

saily commented 9 years ago

Just stumbled over this issue, i'm looking into that and give some details.

saily commented 9 years ago

@tisto, this recipe is a huge mess. i'm thinking about rewriting the whole stuff and release a new major 6.0.0 version for Solr5 since they changed directory structure and included scripts. IMHO it should be easier to write a recipe for Solr5.

What do you think?

saily commented 9 years ago

I'd also like to include @jensens opinion, he just did some similar rewrite for plone.recipe.varnish

saily commented 9 years ago

a basic working alpha implemented. Need to fix/refactor tests.

saily commented 9 years ago

While working on the tests for 3 different versions of Solr and dealing around with single-core setups, i stumbled over several problems, so please see #39.