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

When the `cores` option is not used, use `collection1` as core name. #60

Closed mauritsvanrees closed 7 years ago

mauritsvanrees commented 7 years ago

This eases migration from previous versions of this recipe. See issue #43.

Note that I did not want to reuse the default-core-name option, because that option has other goals, and is deprecated and no longer used in Solr 5.

mauritsvanrees commented 7 years ago

I added another commit. It basically makes the :mc variant of the recipe act the same as the default variant, again making it easier to switch to the newer version. Most importantly it makes the default version work for Solr 5 instead of explicitly throwing an error.

The only difference is that the default variant still accepts solr-version = 3. We could make it simpler when we no longer support this.

mauritsvanrees commented 7 years ago

No, I am done with this one.

I do have another pull request coming that depends on this one a bit.