elastic / elasticsearch-net

This strongly-typed, client library enables working with Elasticsearch. It is the official client maintained and supported by Elastic.
https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/index.html
Apache License 2.0
12 stars 1.15k forks source link

Add `WithAlias` extensions for CreateIndexRequestDescriptor #8373

Closed stevejgordon closed 1 month ago

stevejgordon commented 1 month ago

This improves the developer experience with extension methods to simplify adding alias(es) to an index at creation time using the CreateIndexRequestDescriptor and CreateIndexRequestDescriptor<T>.

This also fixes up some incorrect namespaces in some of the manual files.