We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 032c0f7 commit 55d964dCopy full SHA for 55d964d
src/topics/Search.md
@@ -421,7 +421,7 @@ In the `volumes/solr/configsets/gdi/conf/solrconfig.xml` file you have to look f
421
`<!-- SearchHandler` and add the following configuration
422
423
```xml
424
-<requestHandler name="/FACET_NAME" class="solr.DataImportHandler">
+<requestHandler name="/CONFIG_NAME" class="solr.DataImportHandler">
425
<lst name="defaults">
426
<str name="config">NAME_OF_THE_CONFIGURATION_FILE.xml</str>
427
</lst>
@@ -433,7 +433,7 @@ Finally, the `solr` index has to be generated:
433
```
434
rm -rf volumes/solr/data/*
435
docker compose restart qwc-solr
436
-curl 'http://localhost:8983/solr/gdi/FACET_NAME?command=full-import'
+curl 'http://localhost:8983/solr/gdi/CONFIG_NAME?command=full-import'
437
438
439
0 commit comments