Skip to content

Commit 55d964d

Browse files
committed
Fix ambiguity in solr documentation
1 parent 032c0f7 commit 55d964d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/topics/Search.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ In the `volumes/solr/configsets/gdi/conf/solrconfig.xml` file you have to look f
421421
`<!-- SearchHandler` and add the following configuration
422422

423423
```xml
424-
<requestHandler name="/FACET_NAME" class="solr.DataImportHandler">
424+
<requestHandler name="/CONFIG_NAME" class="solr.DataImportHandler">
425425
<lst name="defaults">
426426
<str name="config">NAME_OF_THE_CONFIGURATION_FILE.xml</str>
427427
</lst>
@@ -433,7 +433,7 @@ Finally, the `solr` index has to be generated:
433433
```
434434
rm -rf volumes/solr/data/*
435435
docker compose restart qwc-solr
436-
curl 'http://localhost:8983/solr/gdi/FACET_NAME?command=full-import'
436+
curl 'http://localhost:8983/solr/gdi/CONFIG_NAME?command=full-import'
437437
```
438438

439439

0 commit comments

Comments
 (0)