[ 
https://issues.apache.org/jira/browse/SOLR-18441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18117383#comment-18117383
 ] 

ASF subversion and git services commented on SOLR-18441:
--------------------------------------------------------

Commit a985add1db7e80e204f0dd0b37a97b6cd41156a5 in solr's branch 
refs/heads/branch_10x from Mikhail Khludnev
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=a985add1db7 ]

SOLR-18441: `{!globalOrdinalsJoin ..}..` QParser - single index, single field 
(#4881)

Co-authored-by: copilot-swe-agent[bot] 
<[email protected]>
Co-authored-by: mkhludnev <[email protected]>
(cherry picked from commit 7af2582a075f22de6a41a6a7032172c27bca70c7)


> Add Global Ordinals Join Query Parser (`{!globalOrdinalsJoin}`) for 
> single-index, single-field joins
> ----------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-18441
>                 URL: https://issues.apache.org/jira/browse/SOLR-18441
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Mikhail Khludnev
>            Assignee: Mikhail Khludnev
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Implement a new Query Parser plugin for Solr that brings Lucene's JoinUtil 
> global ordinals join capability. This feature enables efficient query-time 
> joins within a single index using global ordinals over a shared single-valued 
> string docValues field.
> Use Cases:
> Join parent-child document relationships using global ordinals for better 
> performance than traditional joins
> Support bidirectional joins (from parent to child, and child to parent)
> Enable score mode selection (None, Avg, Max, Min, Total) for join result 
> scoring
> Scope: This implementation is limited to:
> Single index (joins within the same index)
> Single field (both "from" and "to" sides join on the same field)
> String docValues fields (single-valued only)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to