You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Hoss Man (JIRA)" <ji...@apache.org> on 2014/07/15 18:19:05 UTC

[jira] [Resolved] (SOLR-6247) Can't delete utf-8 word in ManagedStopFilterFactory

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

Hoss Man resolved SOLR-6247.
----------------------------

    Resolution: Fixed

duplicate bug report: SOLR-6163

> 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:
> {code:xml}
> {
>   "responseHeader":{
>     "status":0,
>     "QTime":195},
>   "wordSet":{
>     "initArgs":{"ignoreCase":true},
>     "initializedOn":"2014-07-15T14:52:53.859Z",
>     "managedList":["a",
>       "i",
>       "się",
>       "w",
>       "z"]}
> }
> {code}



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