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

Arup Chauhan commented on SOLR-18034:
-------------------------------------

Hello everyone!



I would d like to pick this up if no one else is already working on it.

My understanding is that  handled the nested-vector query/search side, while 
this ticket is about making indexing easier on the server side.


I also see SOLR-18074 is open for broader multivalued dense-vector support, so 
I’ll keep this scoped to index-time helper behavior and avoid stepping on 
query-time work there.


Similarly, for SOLR-17974, I’ll work with the current list-merge behavior 
rather than expanding the scope into a larger refactor unless it’s needed for 
correctness.

I’m thinking a 2-PR approach:
 # index-time transformation (parent doc with multiple vectors -> nested 
parent/child docs, one vector per child) + focused tests
 # lifecycle safety/docs (delete/update consistency for generated children) + 
integration coverage

 

> Indexing helper logic for nested vector documents
> -------------------------------------------------
>
>                 Key: SOLR-18034
>                 URL: https://issues.apache.org/jira/browse/SOLR-18034
>             Project: Solr
>          Issue Type: New Feature
>          Components: vector-search
>            Reporter: Chris M. Hostetter
>            Priority: Major
>         Attachments: SOLR-18034.patch
>
>
> We can provide (server side) index time assistance for making it easy to 
> create parent/child document structures to model nested vector documents.
> ie: the index side bits of SOLR-17736



--
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