Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-6247

Can't delete utf-8 word in ManagedStopFilterFactory

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 4.9
    • None
    • Schema and Analysis
    • 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

          Activity

            People

              Unassigned Unassigned
              Maureis Patryk Maryniok
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: