Skip to content

ES|QL: Simple RRF with no score customization #123391

Open
@ioanatia

Description

@ioanatia

Part of #123389
We want to expose an RRF command that in the beginning has no customization options, it's just RRF:

from search-movies metadata _score, _id, _index
| fork ( where semantic_title:"Shakespeare" | sort _score)
          ( where title:"Shakespeare" | sort _score)
| rrf
| keep title, _score

Tasks:

Metadata

Metadata

Assignees

Labels

:Search Relevance/SearchCatch all for Search Relevance>featureTeam:Search RelevanceMeta label for the Search Relevance team in Elasticsearchpriority:highA label for assessing bug priority to be used by ES engineersv9.1.0

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions