Hello,
I am currently working on a project in C#.NET and we gave created Poco objects for our documents.
Can I do something same for creating the Index?
We have an exported index in JSON that we want to represent in code as a model that could be fed to the client to just create the jndex with all settings.
But the latest documentation of the elastic client doesnt mention anything about this. Looking at the source code I can see there is a Create<> method that takes a type, but I cant find anything in the docs on how to use this.