Hi,

currently I am using REST Api for managing synonyms and stopwords. My setup for 
Apache Solr 4.8.1 looks like:

<SOLR_HOME>/conf/
        _schema_analysis_synonyms_english.json
        _schema_analysis_stopwords_english.json
        solrconfig.xml
        english/schema.xml
        german/schema.xml
        etc.

My goal is to store the _schema_analysis_synonyms_english.json and 
_schema_analysis_stopwords_english.json in the language folder, not on the same 
level as solrconfig.xml. I’m using ClassicIndexSchemaFactory.

Setting storageDir as an attribute for ManagedSynonymFilterFactory occurs an 
error.

How can I set the storageDir for each language/core?


Thanks
Phuong

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to