vigyasharma commented on PR #13525:
URL: https://github.com/apache/lucene/pull/13525#issuecomment-2211598044

   > As for adding new information to the FieldInfo, another valid option is 
making it configurable directly on the format and not update fieldinfo.
   
   We create multi-vector FieldWriters differently for flat format as well as 
hnsw graph builds. In its current form, we'll have to change these objects 
midway during indexing if users switch from single to multi-vectors. Maybe we 
can defer multi-vector specific functionality to later stages, like right 
before flush or merge.. but I need to think on this more deeply before we can 
move away from keeping multi-vector attributes in FieldInfo.
   
   For now, I've left it as is while I shift focus to benchmarking and testing. 
We can come back to this later.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to