puneeetsharma commented on PR #3436:
URL: https://github.com/apache/solr/pull/3436#issuecomment-3114517565

   > Is "doc.setField("cat", null); // Set field to null" a normal thing to do?
   
   I have seen people do it because, during document building, fields with null 
values are skipped entirely and not added to the Lucene document and does't 
cause any index size bloating. But getValues() returning null and causing the 
atomic update failures.


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