You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2021/06/22 16:54:25 UTC

[GitHub] [solr] ctargett commented on a change in pull request #185: Ref guide: nested docs: don't add _root_

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



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