Skip to content

Commit

Permalink
[Discover][docs] Add searchFieldsFromSource description (elastic#90980)
Browse files Browse the repository at this point in the history
Co-authored-by: James Rodewig <[email protected]>
Co-authored-by: gchaps <[email protected]>
  • Loading branch information
3 people committed Feb 17, 2021
1 parent 3aa4b06 commit d47f8f0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/management/advanced-options.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,12 @@ 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`::
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]]
Expand Down

0 comments on commit d47f8f0

Please sign in to comment.