Ok, that works (now I found it also in the example synonyms-file...) 

But what if I overwrite the synonyms-file after SOLR-startup? 
Is core-reloading the only way to do this?
I think of this steps:

1. Generate new synonym-file
2. Reload core and wait a minute
3. Re-index (as I'm using synonyms at index time)


-----Original Message-----
From: Ahmet Arslan [mailto:iori...@yahoo.com] 
Sent: Montag, 08. Februar 2010 18:48
To: solr-user@lucene.apache.org
Subject: Re: Multi-word synonyms containing commas

> Hi,
> 
> is it possible to have a synonym file where single synonyms can also 
> contain commas, e.g. names like "Washington, George".

Sure, you just need to escape that comma. e.g. 
Washington\, George, wg
a\,a => b\,b


      

Reply via email to