We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0391ab6 commit 3ff898fCopy full SHA for 3ff898f
src/content/docs/administration/docker.md
@@ -114,11 +114,3 @@ They can be started again with:
114
```
115
docker compose start
116
117
-
118
-## Force a solr re-index
119
120
-To force a re-index of your solr instance while running with Docker, use the following request to delete all documents from your solr index:
121
122
-```
123
-curl -X POST -H 'Content-Type: application/json' --data-binary '{"delete":{"query":"*:*" }}' http://localhost:8983/solr/archivesspace/update
124
0 commit comments