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 2023/01/13 13:50:01 UTC

[GitHub] [solr] janhoy commented on a diff in pull request #1111: Fix invalid references for /server/solr

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


##########
solr/solr-ref-guide/modules/deployment-guide/pages/docker-faq.adoc:
##########
@@ -48,8 +48,8 @@ This is useful if you want to inspect or modify the data in the Docker host
 when the container is not running, and later easily run new containers against that data.
 This is indeed possible, but there are a few gotchas.
 
-Solr stores its core data in the `server/solr` directory, in sub-directories for each core.
-The `server/solr` directory also contains configuration files that are part of the Solr distribution.
+Solr stores its core data in the `var/solr/data` directory, in sub-directories for each core.

Review Comment:
   ```suggestion
   Solr stores its core data in the `/var/solr/data` directory, in sub-directories for each core.
   ```



##########
solr/solr-ref-guide/modules/deployment-guide/pages/docker-faq.adoc:
##########
@@ -48,8 +48,8 @@ This is useful if you want to inspect or modify the data in the Docker host
 when the container is not running, and later easily run new containers against that data.
 This is indeed possible, but there are a few gotchas.
 
-Solr stores its core data in the `server/solr` directory, in sub-directories for each core.
-The `server/solr` directory also contains configuration files that are part of the Solr distribution.
+Solr stores its core data in the `var/solr/data` directory, in sub-directories for each core.
+The `var/solr/data` directory also contains configuration files that are part of the Solr distribution.

Review Comment:
   I'm not sure this is as true for `/var/solr/data` as it was for `server/solr`. So just remove this line?
   ```suggestion
   ```



-- 
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: issues-unsubscribe@solr.apache.org

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