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

Provide sensible default values for multi core setup #43

Open tisto opened 9 years ago

tisto commented 9 years ago

c.r.solrinstance dropped support for non-mc setups. Maybe we should provide sensible defaults for:

core = collection1 default-core-name = collection1

This way people would not have to amend their setup, except providing the "mc". Maybe this should be removed as well since the recipe won't work without it anyways.