[KQL] Support boosting #122514
Labels
Feature:KQL
KQL
Feature:Search
Querying infrastructure in Kibana
Icebox
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
loe:medium
Medium Level of Effort
Team:DataDiscovery
Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.
Currently, the Elasticsearch query string query supports boosting, which makes one term more relevant than another.
For example,
quick^2 fox
would boost the_score
returned for documents that match only "quick" over documents that match only "fox". Values above 1 increase relevance while values between 0 and 1 reduce relevance.This issue is a placeholder for adding support directly in KQL for boosting. The syntax may not remain the same, but the concept & functionality would.
The text was updated successfully, but these errors were encountered: