janhoy commented on code in PR #4177:
URL: https://github.com/apache/solr/pull/4177#discussion_r4109546526


##########
solr/server/solr/configsets/sample_techproducts_configs/conf/managed-schema.xml:
##########
@@ -121,6 +121,12 @@
    -->
    <field name="_root_" type="string" indexed="true" stored="false" />
 
+   <!-- records the path to each nested document and enables nested-document 
reconstruction -->
+   <field name="_nest_path_" type="_nest_path_" />

Review Comment:
   I think I wrote elsewhere that I'm not worried about anonymous child docs 
being broken in this sample configset. It is just an example, and not even a 
child docs example, so we can just leave this as is.



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