> Is there a way where in I can apply all those file to same
> tag with some
> delimiter separated?
> 
> like this:
>         <filter
> class="solr.SynonymFilterFactory"
> synonyms="BODYTaxonomy.txt
> , ClinicalObs.txt, MicTaxo.txt, SPTaxo.txt"
> ignoreCase="true"
> expand="true"/>


Yes, you can perfectly feed multiple text files separated by comma to synonyms 
parameter.

synonyms="BODYTaxonomy.txt,ClinicalObs.txt,MicTaxo.txt,SPTaxo.txt"

Reply via email to