ctargett commented on a change in pull request #185:
URL: https://github.com/apache/solr/pull/185#discussion_r656410139



##########
File path: solr/solr-ref-guide/src/indexing-nested-documents.adoc
##########
@@ -232,6 +232,8 @@ Indexing nested documents _requires_ an indexed field named 
`\_root_`:
 <field name="_root_" type="string" indexed="true" stored="false" 
docValues="false" />
 ----
 
+*If you add this field to to an index that already has data, you will corrupt 
Solr!*

Review comment:
       "you will corrupt Solr" feels both imprecise and maybe a bit hyperbolic, 
so maybe it should just say adding this field would require a reindex, and then 
link to reindexing.adoc#changes-that-require-reindex?




-- 
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to