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 (DOC +) Add resolutions to Allocation Explain examples (#108263) 2024-05-22 14:39:27 -06:00
cluster-info.asciidoc Return ingest byte stats even when 0-valued (#108796) 2024-05-20 10:52:16 -05:00
delete-desired-balance.asciidoc Expand docs on reset desired balance API (#106921) 2024-04-02 04:18:59 -04:00
delete-desired-nodes.asciidoc DesiredNode: deprecate node_version field and make it optional (unused) in current parser (#104209) 2024-01-29 14:09:45 +01:00
get-desired-balance.asciidoc [DOCS] Fix bullet in get-desired-balance ref (#105819) 2024-02-29 09:32:50 +01:00
get-desired-nodes.asciidoc DesiredNode: deprecate node_version field and make it optional (unused) in current parser (#104209) 2024-01-29 14:09:45 +01:00
get-settings.asciidoc [DOCS] Align docs to implementation for timeout parameters (#108593) 2024-05-16 13:05:39 +10:00
health.asciidoc [DOCS] Refactor book-scoped variables in docs/reference/index.asciidoc (#107413) 2024-04-17 14:37:07 +02:00
nodes-hot-threads.asciidoc Fix up hot threads timeout docs (#107692) 2024-04-22 08:45:00 -04:00
nodes-info.asciidoc [DOCS] Align docs to implementation for timeout parameters (#108593) 2024-05-16 13:05:39 +10:00
nodes-reload-secure-settings.asciidoc [DOCS] Remove redirect pages (#88738) 2023-05-24 12:32:46 +01:00
nodes-stats.asciidoc Add Lucene segment-level fields stats (#111123) 2024-07-23 08:52:39 -07:00
nodes-usage.asciidoc [DOCS] Align docs to implementation for timeout parameters (#108593) 2024-05-16 13:05:39 +10:00
pending.asciidoc [DOCS] Refactor book-scoped variables in docs/reference/index.asciidoc (#107413) 2024-04-17 14:37:07 +02:00
prevalidate-node-removal.asciidoc [DOCS] Refactor book-scoped variables in docs/reference/index.asciidoc (#107413) 2024-04-17 14:37:07 +02:00
remote-info.asciidoc [DOCS] Remove remaining beta flags for RCS (#108201) 2024-05-03 09:12:37 +02:00
reroute.asciidoc [DOCS] Refactor book-scoped variables in docs/reference/index.asciidoc (#107413) 2024-04-17 14:37:07 +02:00
state.asciidoc [DOCS] Refactor book-scoped variables in docs/reference/index.asciidoc (#107413) 2024-04-17 14:37:07 +02:00
stats.asciidoc Add SparseVectorStats (#108793) 2024-06-17 11:42:14 -04:00
tasks.asciidoc [DOCS] Align docs to implementation for timeout parameters (#108593) 2024-05-16 13:05:39 +10:00
update-desired-nodes.asciidoc [DOCS] Refactor book-scoped variables in docs/reference/index.asciidoc (#107413) 2024-04-17 14:37:07 +02:00
update-settings.asciidoc [DOCS] Refactor book-scoped variables in docs/reference/index.asciidoc (#107413) 2024-04-17 14:37:07 +02:00
voting-exclusions.asciidoc Small fixes to clear voting config excls API (#87828) 2022-06-20 10:40:39 +01:00