Tim-Brooks opened a new pull request, #16219:
URL: https://github.com/apache/lucene/pull/16219

   Relaxes the one-column-per-field-name rule in addBatch so a field can be
   built from several columns contributing distinct indexing aspects — for
   example a stored BinaryColumn alongside an inverted BinaryColumn.
   
   processBatch now mirrors processDocument: schemas accumulate across
   same-named columns and FieldInfo is frozen once after the loop. Each
   aspect (inversion, stored, doc values, points, vectors) must still come
   from a single column, enforced via a per-field byte bitset of claimed
   aspects keyed off fieldGen.


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