File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
docs/reference/mapping/fields Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -51,21 +51,6 @@ and <<docs-reindex,`reindex`>> APIs.
5151TIP: 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
You can’t perform that action at this time.
0 commit comments