You are looking at documentation for an older release.
Not what you want? See the
current release documentation.
Segmentsedit
Provide low level segments information that a Lucene index (shard level) is built with. Allows to be used to provide more information on the state of a shard and an index, possibly optimization information, data “wasted” on deletes, and so on.
All indices segments informationedit
var r = this.ConnectedClient.Segments(); r.Indices[this.Settings.DefaultIndex].Shards["0"].Segments["_l"].SizeInBytes;