Re: Solr - Managed Resources REST API to get stopwords

2018-02-14 Thread Alessandro Hoss
So are you saying this REST api can't give me access to stopwords defined in this file? Is there a query which will give me stopwords defined in server\solr\collection\conf\lang\stopwords_en.txt file ? No, the managed resources are managed via API, and stored in a "

Re: Solr - Managed Resources REST API to get stopwords

2018-02-14 Thread ruby
I was hoping to get back the list of stopwords which are defined in server\solr\collection\conf\lang\stopwords_en.txt file. So are you saying this REST api can't give me access to stopwords defined in this file? Is there a query which will give me stopwords defined in

Re: Solr - Managed Resources REST API to get stopwords

2018-02-13 Thread Steve Rowe
Hi, Have you added any stopwords? As mentioned in the ref guide , the techproducts configset includes a pre-defined list of stopwords, but your configset may not have the managed stopwords storage file. --

Solr - Managed Resources REST API to get stopwords

2018-02-13 Thread ruby
I added following to my Solr schema: and then restarted Solr. Should following query return all stopwords? http://localhost/solr/collection/schema/analysis/stopwords/english I don't get