kibana/docs
Felix Stürmer a2727ececf [context view] Use _doc for tie-breaking instead of _uid (#12096)
Using fields with docvalues (like `_doc`) for tie-breaking yields
significantly better performance than using `_uid`, which lacks
docvalues at the moment. The downside is that sorting by `_doc` by
default is not stable under all conditions, but better than no
tie-breaking at all.

The new setting `context:tieBreakingFields` enables the user to
customize the list of fields Kibana attempts to use for tie-breaking.
The first field from that list, that is sortable in the current index
pattern, will be used. It defaults to `_doc`, which should change to
`_seq_no` from version 6.0 on.

In addition to just showing a notification, errors that occur while
loading documents from the database will be stored as part of the
`loadingStatus` along with a reason code (if known). This is used to
display more nuanced and helpful error messages to the user.

The first such error message indicates a missing or invalid tiebreaker
field required for sorting the context.
2017-06-08 12:21:52 +02:00
..
console Modifying SSL settings to be consistent with the stack (#9823) 2017-01-25 10:58:56 -05:00
development Revert "Switch to Yarn (#11637)" 2017-05-27 08:51:19 -04:00
discover Update timepicker docs (#11458) 2017-05-01 10:33:04 -07:00
getting-started Add Region Map Visualization 2017-05-31 16:56:02 -04:00
images move visualization spy page to visualization chapter (#11623) 2017-05-09 10:44:03 -06:00
limitations Adding limitations section to Kibana docs (#11296) 2017-04-19 08:57:51 -07:00
management [context view] Use _doc for tie-breaking instead of _uid (#12096) 2017-06-08 12:21:52 +02:00
migration config: remove legacy pre-4.2 configurations (#12013) 2017-05-29 09:53:32 -04:00
plugins Update Known-plugin list adding "Search-Tables" (#12068) 2017-05-31 07:22:31 +02:00
release-notes docs: 6.0.0-alpha2 release notes 2017-06-06 07:56:58 -07:00
setup build: remove 32 bit builds (#11941) 2017-05-25 16:15:25 -04:00
timelion [DOCS] Fixed cross doc link issues. 2017-04-26 21:45:31 -07:00
visualize Add Region Map Visualization 2017-05-31 16:56:02 -04:00
console.asciidoc fixing console documentation (#10751) 2017-03-11 15:33:41 -08:00
dashboard.asciidoc Update dashboard docs for view/edit mode and landing page (#10965) 2017-03-31 14:54:19 -04:00
development.asciidoc docs: kibana developer and known plugin docs (#9477) 2016-12-13 22:37:55 -05:00
discover.asciidoc Fix jpg encoding issue causing weird colors in Chrome (#11367) 2017-04-24 16:22:11 -04:00
getting-started.asciidoc Docs: Cleaning up GSG to match UI. (#8840) 2016-10-25 23:44:55 -04:00
index.asciidoc bump to 6.0.0-alpha2 2017-06-06 08:04:30 -07:00
introduction.asciidoc docs: Overhaul of doc structure for 5.0+ (#8821) 2016-10-24 21:41:32 -04:00
limitations.asciidoc Adding limitations section to Kibana docs (#11296) 2017-04-19 08:57:51 -07:00
management.asciidoc docs: Overhaul of doc structure for 5.0+ (#8821) 2016-10-24 21:41:32 -04:00
migration.asciidoc docs: Overhaul of doc structure for 5.0+ (#8821) 2016-10-24 21:41:32 -04:00
plugins.asciidoc docs: kibana developer and known plugin docs (#9477) 2016-12-13 22:37:55 -05:00
release-notes.asciidoc docs: 6.0.0-alpha2 release notes 2017-06-06 07:56:58 -07:00
setup.asciidoc Tribe docs (#9690) 2017-01-12 16:34:01 -06:00
timelion.asciidoc [DOCS] Timelion Getting Started Guide (#11065) 2017-04-26 16:11:03 -07:00
visualize.asciidoc Add Region Map Visualization 2017-05-31 16:56:02 -04:00