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

Reuse solr stopwords? #52

Open gforcada opened 8 years ago

gforcada commented 8 years ago

Solr already comes with lists of stopwords for lots of languages.

We could either just point on the documentation to go there an fetch the one you need, or provide an option (besides stopwords-template so a custom stopwords list is still possible) that directly fetches the appropiate stopword list from Solr (we already have the sources anyway).