Re: Large synonyms file in zookeeper

2022-02-02 Thread Jan Høydahl
A trick is to put that file in /var/solr/data/my-Collection/conf/myBigDictionary.txt and remove it from zookeeper Then the ResourceLoader will/should fallback to local file system. Would be a nice feature to be able to upload a configSet with "bin/solr upconfig" and that large files would autom

Large synonyms file in zookeeper

2022-02-02 Thread Elie Francis
Hello, I need to configure 5 analyzers for 5 different languages. For each one a Synonyms Graph Filter will be configured with a large synonyms file (about 6 Mb). Since it is not recommended to store large amount of data in zookeeper, is there a way to store the synonyms outside zookeeper ? Maybe