[
https://issues.apache.org/jira/browse/SOLR-6163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14074359#comment-14074359
]
ASF GitHub Bot commented on SOLR-6163:
--------------------------------------
GitHub user timoschmidt opened a pull request:
https://github.com/apache/lucene-solr/pull/73
SOLR-6163: special chars and ManagedSynonymFilterFactory
Special characters could not be used for update or deletion because the url
was not decoded before the resource was used.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/timoschmidt/lucene-solr origin/branch_4x
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucene-solr/pull/73.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #73
----
commit 0168e160e4a9236b047b2e24909d1f59dfd3eb7b
Author: timo.schmidt <[email protected]>
Date: 2014-07-25T12:44:26Z
SOLR-6163: special chars and ManagedSynonymFilterFactory
----
> 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
>
> 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: [email protected]
For additional commands, e-mail: [email protected]