[Discover] Enable field examples for _score field in the sidebar field popover #140733
Labels
enhancement
New value added to drive a business result
Feature:Discover
Discover Application
Icebox
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
loe:small
Small Level of Effort
Team:DataDiscovery
Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.
In the new
<FieldStats />
component we show "Analysis is not available for this field." for_score
field. Although we used to have stats before:We could improve it by fetching 100 examples of
_score
field if:exist
filter for itsrc/plugins/unified_field_list/common/utils/field_stats_utils.ts
(buildSearchParams
)sort
to the request (see [Discover] Pass current sort order to fetch more relevant examples in FieldStats for nonaggregatable fields #140732)_score
insrc/plugins/unified_field_list/common/utils/field_examples_calculator.ts
(canProvideExamplesForField
)The text was updated successfully, but these errors were encountered: