[DOCS] Remove metrics sidebar in `_source` docs (#60777) (#60786)

This commit is contained in:
James Rodewig 2020-08-05 16:19:47 -04:00 committed by GitHub
parent 029869eb35
commit 3a9bf33993
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 15 deletions

View File

@ -51,21 +51,6 @@ and <<docs-reindex,`reindex`>> APIs.
TIP: If disk space is a concern, rather increase the
<<index-codec,compression level>> instead of disabling the `_source`.
.The metrics use case
**************************************************
The _metrics_ use case is distinct from other time-based or logging use cases
in that there are many small documents which consist only of numbers, dates,
or keywords. There are no updates, no highlighting requests, and the data
ages quickly so there is no need to reindex. Search requests typically use
simple queries to filter the dataset by date or tags, and the results are
returned as aggregations.
In this case, disabling the `_source` field will save space and reduce I/O.
**************************************************
[[include-exclude]]
==== Including / Excluding fields from `_source`