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