Skip to content

Commit 097f71d

Browse files
committed
add note about Solr dir for Docker users #11367
1 parent 5183c47 commit 097f71d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/release-notes/6.7-release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,8 @@ chmod +x update-fields.sh
650650
curl "http://localhost:8080/api/admin/index/solr/schema" | ./update-fields.sh /usr/local/solr/solr-9.8.0/server/solr/collection1/conf/schema.xml
651651
```
652652

653+
Note that Docker-based installations use a different directory: `solr/data/data/collection1/conf/schema.xml`.
654+
653655
- Start Solr instance (usually `service solr start` depending on Solr/OS).
654656

655657
14\. Reindex Solr

0 commit comments

Comments
 (0)