elasticsearch/docs/reference/cluster
Nhat Nguyen f275dff609
Add Lucene segment-level fields stats (#111123)
This change returns the total number of fields at the segment level, 
allowing for a more accurate estimate of the memory used by Lucene. The
new estimate is expected to be closer to the actual memory usage than
the current estimate using the index-level field count, due to the
non-trivial overhead incurred by each Lucene segment. Two new fields are
introduced: total_segment_fields, which is the total number of fields at
the segment level, and average_fields_per_segment. The overhead per
field in segments with fewer fields is larger than in segments with many
fields.
2024-07-23 08:52:39 -07:00
..
allocation-explain.asciidoc
cluster-info.asciidoc
delete-desired-balance.asciidoc
delete-desired-nodes.asciidoc
get-desired-balance.asciidoc
get-desired-nodes.asciidoc
get-settings.asciidoc
health.asciidoc
nodes-hot-threads.asciidoc
nodes-info.asciidoc
nodes-reload-secure-settings.asciidoc
nodes-stats.asciidoc
nodes-usage.asciidoc
pending.asciidoc
prevalidate-node-removal.asciidoc
remote-info.asciidoc
reroute.asciidoc
state.asciidoc
stats.asciidoc
tasks.asciidoc
update-desired-nodes.asciidoc
update-settings.asciidoc
voting-exclusions.asciidoc