Skip to content

Commit

Permalink
Remove segmented fetch (#33453)
Browse files Browse the repository at this point in the history
* Remove segmented fetch

* Fix namespace

* Remove unused translations
  • Loading branch information
lukasolson authored and Joel Griffith committed Mar 27, 2019
1 parent b60ced6 commit f43ad9f
Show file tree
Hide file tree
Showing 15 changed files with 69 additions and 1,203 deletions.
3 changes: 0 additions & 3 deletions docs/management/advanced-options.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ working on big documents. Set this property to `false` to disable highlighting.
`doc_table:hideTimeColumn`:: Hide the 'Time' column in Discover and in all Saved Searches on Dashboards.
`search:includeFrozen`:: Will include {ref}/frozen-indices.html[frozen indices] in results if enabled. Searching through frozen indices
might increase the search time.
`courier:maxSegmentCount`:: Kibana splits requests in the Discover app into segments to limit the size of requests sent to
the Elasticsearch cluster. This setting constrains the length of the segment list. Long segment lists can significantly
increase request processing time.
`courier:ignoreFilterIfFieldNotInIndex`:: Set this property to `true` to skip filters that apply to fields that don't exist in a visualization's index. Useful when dashboards consist of visualizations from multiple index patterns.
`courier:maxConcurrentShardRequests`:: Controls the {ref}/search-multi-search.html[max_concurrent_shard_requests] setting used for _msearch requests sent by Kibana. Set to 0 to disable this config and use the Elasticsearch default.
`fields:popularLimit`:: This setting governs how many of the top most popular fields are shown.
Expand Down

This file was deleted.

82 changes: 0 additions & 82 deletions src/legacy/core_plugins/kibana/public/discover/_hit_sort_fn.js

This file was deleted.

Loading

0 comments on commit f43ad9f

Please sign in to comment.