lukas-vlcek / OpenSearch-list-built-in-analyzers

Experimental OpenSearch plugin to list all available Analyzers
Apache License 2.0
3 stars 0 forks source link

Unnecessary nested arrays #1

Closed lukas-vlcek closed 1 year ago

lukas-vlcek commented 1 year ago

Example output of the plugin can be found here: https://github.com/opensearch-project/OpenSearch/issues/5481#issuecomment-1370369505

Notice that every array is nested in another array. For instance:

{
    "charFilters" : [
      [
        "html_strip",
        "mapping",
        "pattern_replace"
      ]
    ],
    "hunspellDictionaries" : [
      [ ]
    ]
}

That is a bug 🐛 🐞 !