Skip to content

Commit 3a9bf33

Browse files
authored
[DOCS] Remove metrics sidebar in _source docs (#60777) (#60786)
1 parent 029869e commit 3a9bf33

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

docs/reference/mapping/fields/source-field.asciidoc

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -51,21 +51,6 @@ and <<docs-reindex,`reindex`>> APIs.
5151
TIP: If disk space is a concern, rather increase the
5252
<<index-codec,compression level>> instead of disabling the `_source`.
5353

54-
.The metrics use case
55-
**************************************************
56-
57-
The _metrics_ use case is distinct from other time-based or logging use cases
58-
in that there are many small documents which consist only of numbers, dates,
59-
or keywords. There are no updates, no highlighting requests, and the data
60-
ages quickly so there is no need to reindex. Search requests typically use
61-
simple queries to filter the dataset by date or tags, and the results are
62-
returned as aggregations.
63-
64-
In this case, disabling the `_source` field will save space and reduce I/O.
65-
66-
**************************************************
67-
68-
6954
[[include-exclude]]
7055
==== Including / Excluding fields from `_source`
7156

0 commit comments

Comments
 (0)