Skip to content

Commit 3ff898f

Browse files
thimiosbrianzelip
authored andcommitted
solr re-indexing is better covered in administration/indexes.md
1 parent 0391ab6 commit 3ff898f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/content/docs/administration/docker.md

-8
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,3 @@ They can be started again with:
114114
```
115115
docker compose start
116116
```
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

Comments
 (0)