From e26a0855e28def1ccb76eefe6b7163c18957f900 Mon Sep 17 00:00:00 2001 From: Matthias Wilhelm Date: Wed, 10 Feb 2021 18:05:03 +0100 Subject: [PATCH 1/3] Add searchFieldsFromSource description --- docs/management/advanced-options.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/management/advanced-options.asciidoc b/docs/management/advanced-options.asciidoc index bf4f7d9d82704..5eb2139987d86 100644 --- a/docs/management/advanced-options.asciidoc +++ b/docs/management/advanced-options.asciidoc @@ -260,6 +260,10 @@ slows requests when working on big documents. [[doctable-legacy]]`doc_table:legacy`:: Control the way the Discover's table looks and works. Set this property to `true` to revert to the legacy implementation. +[[discover-searchFieldsFromSource]]`discover:searchFieldsFromSource`:: +When enabled, documents will be loaded and displayed using `_source`. This is soon going to be deprecated. +When disabled, the new `fields` parameter of Elasticsearch search service is being used. This way runtime, alias and +multi fields can be displayed. [float] [[kibana-ml-settings]] From 7049280b6ef9d553ed4e873672fd3880276452de Mon Sep 17 00:00:00 2001 From: Matthias Wilhelm Date: Thu, 11 Feb 2021 06:11:34 +0100 Subject: [PATCH 2/3] Update docs/management/advanced-options.asciidoc Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com> --- docs/management/advanced-options.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/management/advanced-options.asciidoc b/docs/management/advanced-options.asciidoc index 5eb2139987d86..6e28ca0b50b1a 100644 --- a/docs/management/advanced-options.asciidoc +++ b/docs/management/advanced-options.asciidoc @@ -258,7 +258,7 @@ Highlights results in *Discover* and saved searches on dashboards. Highlighting slows requests when working on big documents. [[doctable-legacy]]`doc_table:legacy`:: -Control the way the Discover's table looks and works. Set this property to `true` to revert to the legacy implementation. +Controls the way the document table looks and works. Set this property to `true` to revert to the legacy implementation. [[discover-searchFieldsFromSource]]`discover:searchFieldsFromSource`:: When enabled, documents will be loaded and displayed using `_source`. This is soon going to be deprecated. From bb630e212a5acddc46168101c84b4bf838ffbc0a Mon Sep 17 00:00:00 2001 From: Matthias Wilhelm Date: Thu, 11 Feb 2021 16:13:09 +0100 Subject: [PATCH 3/3] Update docs/management/advanced-options.asciidoc Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com> --- docs/management/advanced-options.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/management/advanced-options.asciidoc b/docs/management/advanced-options.asciidoc index 6e28ca0b50b1a..dc0405b22942f 100644 --- a/docs/management/advanced-options.asciidoc +++ b/docs/management/advanced-options.asciidoc @@ -261,9 +261,9 @@ slows requests when working on big documents. Controls the way the document table looks and works. Set this property to `true` to revert to the legacy implementation. [[discover-searchFieldsFromSource]]`discover:searchFieldsFromSource`:: -When enabled, documents will be loaded and displayed using `_source`. This is soon going to be deprecated. -When disabled, the new `fields` parameter of Elasticsearch search service is being used. This way runtime, alias and -multi fields can be displayed. +Load fields from the original JSON {ref}/mapping-source-field.html[`_source`]. +When disabled, *Discover* loads fields using the {es} search API's +{ref}/search-fields.html#search-fields-param[`fields`] parameter. [float] [[kibana-ml-settings]]