Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.9
-
None
-
None
-
MacOS, Solr started locally
Description
Request:
curl -X DELETE "http://localhost:8983/solr/collection1/schema/analysis/stopwords/polish/się"
or
curl -X DELETE "http://localhost:8983/solr/collection1/schema/analysis/stopwords/polish/si%C4%99"
Response:
{"responseHeader":{"status":404, "QTime":3}, "error":{ "msg":"si%C4%99 not found in /schema/analysis/stopwords/polish", "code":404}}
I can't delete this word, encoding doesn't affect. Am I doing something wrong or is it bug? It also happens in ManagedSynonymFilterFactory.
Response for GET:
{ "responseHeader":{ "status":0, "QTime":195}, "wordSet":{ "initArgs":{"ignoreCase":true}, "initializedOn":"2014-07-15T14:52:53.859Z", "managedList":["a", "i", "się", "w", "z"]} }
Attachments
Issue Links
- duplicates
-
SOLR-6163 special chars and ManagedSynonymFilterFactory
- Resolved