You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Timothy Potter (JIRA)" <ji...@apache.org> on 2014/08/05 17:04:12 UTC

[jira] [Assigned] (SOLR-6163) special chars and ManagedSynonymFilterFactory

     [ https://issues.apache.org/jira/browse/SOLR-6163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Potter reassigned SOLR-6163:
------------------------------------

    Assignee: Timothy Potter

> special chars and ManagedSynonymFilterFactory
> ---------------------------------------------
>
>                 Key: SOLR-6163
>                 URL: https://issues.apache.org/jira/browse/SOLR-6163
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 4.8
>            Reporter: Wim Kumpen
>            Assignee: Timothy Potter
>         Attachments: SOLR-6163-v2.patch, SOLR-6163-v3.patch, SOLR-6163-v4.patch, SOLR-6163.patch
>
>
> Hey,
> I was playing with the ManagedSynonymFilterFactory to create a synonym list with the API. But I have difficulties when my keys contains special characters (or spaces) to delete them...
> I added a key ééé that matches with some other words. It's saved in the synonym file as ééé.
> When I try to delete it, I do:
> curl -X DELETE "http://localhost/solr/mycore/schema/analysis/synonyms/english/ééé"
> error message: %C3%A9%C3%A9%C3%A9%C2%B5 not found in /schema/analysis/synonyms/english
> A wild guess from me is that %C3%A9 isn't decoded back to ééé. And that's why he can't find the keyword?



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org