File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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```
434434rm -rf volumes/solr/data/*
435435docker 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
You can’t perform that action at this time.
0 commit comments