I start solr by C:\solr-8.11.2\bin\*solr start* When I extract solr the dist, lib folders they are in C:\solr-8.11.2\dist C:\solr-8.11.2\server\*lib* C:\solr-8.11.2\server\solr\configsets\*lib*
Where should be the jar files be located and the correct syntax in C:\solr-8.11.2\*myNewCore*\conf\*solrconfig.xml*? Are the following correct for Windows? <lib path="..\dist\solr-dataimporthandler-8.11.2.jar" /> <lib path="..\dist\postgresql-42.2.6.jar" /> The jar files are postgresql-42.2.6.jar solr-dataimporthandler-8.11.2.jar >> >>