dsmiley commented on a change in pull request #647: SOLR-12638: Added docs in the ref-guide for nested atomic updates URL: https://github.com/apache/lucene-solr/pull/647#discussion_r279177746
########## File path: solr/solr-ref-guide/src/updating-parts-of-documents.adoc ########## @@ -103,6 +103,108 @@ The resulting document in our collection will be: } ---- +=== Updating Child Documents + +Solr supports modifying, adding and removing child documents as part of atomic updates. + +Schema and configuration requirements are detailed in +<<indexing-nested-documents#schema-configuration, Indexing Nested Documents>>. + Review comment: -- and also updating-parts-of-documents.adoc heading "Field Storage", which I would even list _first_ since what we're describing here fits underneath that conceptually. ---------------------------------------------------------------- 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]
