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

Patryk Maryniok updated SOLR-6247:
----------------------------------

    Description: 
Request:

bq. curl -X DELETE 
"http://localhost:8983/solr/collection1/schema/analysis/stopwords/polish/się";
or
bq. curl -X DELETE 
"http://localhost:8983/solr/collection1/schema/analysis/stopwords/polish/si%C4%99";

Response:

bq. {"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.

  was:
Request:

bq. curl -X DELETE 
"http://localhost:8983/solr/collection1/schema/analysis/stopwords/polish/się";
or
bq. curl -X DELETE 
"http://localhost:8983/solr/collection1/schema/analysis/stopwords/polish/si%C4%99";

Response:

bq. {"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?


> Can't delete utf-8 word in ManagedStopFilterFactory
> ---------------------------------------------------
>
>                 Key: SOLR-6247
>                 URL: https://issues.apache.org/jira/browse/SOLR-6247
>             Project: Solr
>          Issue Type: Bug
>          Components: Schema and Analysis
>    Affects Versions: 4.9
>         Environment: MacOS, Solr started locally
>            Reporter: Patryk Maryniok
>
> Request:
> bq. curl -X DELETE 
> "http://localhost:8983/solr/collection1/schema/analysis/stopwords/polish/się";
> or
> bq. curl -X DELETE 
> "http://localhost:8983/solr/collection1/schema/analysis/stopwords/polish/si%C4%99";
> Response:
> bq. {"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.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to