[Joins] Join Query DSL #15450
Labels
enhancement
Enhancement or improvement to existing feature or request
Search:Query Capabilities
v2.19.0
Issues and PRs related to version 2.19.0
Is your feature request related to a problem? Please describe
Coming from #15185 , we want to introduce the join DSL format that will be used to construct the join query. It will make use of the existing QueryBuilders within OpenSearch to parse the left and right queries. We will add new logic to
SearchSourceBuilder
to support the new join field in the query DSL.Describe the solution you'd like
The join field will be parsed by a new
JoinBuilder
in OpenSearch that will take in the following:Full query DSL
Related component
Search:Query Capabilities
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: