Hi, I'm using the HttpSolrServer and CloudSolrServer of SolrJ to querying Solr. Adding synonyms is no problem. But I can't delete synonyms because SolrServer doesn't provide any delete method.
Do I overlooked something? The only way I see is using a separate HttpClient. But then I have to ensure reliability by myself. Thanks. Mathias