moshebla commented on issue #455: SOLR-12638
URL: https://github.com/apache/lucene-solr/pull/455#issuecomment-480731792
 
 
   > Thanks for taking a stab at this. Sometimes I think the "atomic"-ness gets 
more visibility in features/naming than the "partial-update"-ness that goes 
along with it, which is IMO more in the minds of those that use these features. 
I could be wrong. Maybe instead of "Atomic Updates" we say "Atomic/Partial 
Updates"? You could also mention that `[child]` now works in RTG.
   
   SOLR-12638: Partial/Atomic Updates for nested documents. This enables atomic 
updates for nested documents, without the need to supply the whole nested 
hierarchy (which would be overwritten if absent). This is done by fetching the 
whole document hierarchy, updating the specific doc in the path that is to be 
updated, removing the old document hierarchy and indexing the new one with the 
atomic update merged into it. `[child]` Doc Transformer now also work with 
RealTimeGet
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to