You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Roopa Rao <ro...@gmail.com> on 2018/02/14 20:46:17 UTC

Using dynamic synonyms file

Hi,

Is it possible to specify the synonyms file as a variable, set a default
synonym file and passing the file name from the request? If so, is there an
example of this?

Such as,

<filter class="solr.SynonymGraphFilterFactory" synonyms="${synonymfile}"
ignoreCase="true" expand="true"/>

Thanks,
Roopa