You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you inser the following schema, then use "client.Indices.GetAsync(new GetIndexRequest(Indices.Index("analyzer-fail")));" It will throw an exception "Encountered an unsupported variant tag '' on 'Analysis.INormalizer', which could not be deserialized."
Elastic.Clients.Elasticsearch version: 8.13.12
Elasticsearch version: 8.12.2
.NET runtime version: 8.0
If you inser the following schema, then use "client.Indices.GetAsync(new GetIndexRequest(Indices.Index("analyzer-fail")));" It will throw an exception "Encountered an unsupported variant tag '' on 'Analysis.INormalizer', which could not be deserialized."
Expected behavior
This used to work in 7.x
The text was updated successfully, but these errors were encountered: