[ 
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.

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"]}}

  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? It also happens in ManagedSynonymFilterFactory.

{quote}
{
  "responseHeader":{
    "status":0,
    "QTime":195},
  "wordSet":{
    "initArgs":{"ignoreCase":true},
    "initializedOn":"2014-07-15T14:52:53.859Z",
    "managedList":["a",
      "i",
      "się",
      "w",
      "z"]}}
{/quote}


> 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.
> 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"]}}



--
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