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
Yes, 2.0.0-rc1. I should note that I'm not 100% sure that this is actually an issue for ES, it may well be that it works fine without escaping the slash character. I'm also not 100% sure that ES.NET 1.7.x did escape the slash; if ES works ok with the slash unescaped, it may very well be that ES.NET 1.7.x did not escape it.
When I call ElasticsearchClient.Index() with an id of "x.x.x.3/001", the URI that is called is this:
http://1.1.1.1:9200/myindexname/mydocumenttype/x.x.x.3/001
This did not seem to be an issue with the previous (1.7.x) version.
The text was updated successfully, but these errors were encountered: