How do I setup SOLR for eZ Publish
Enabled the eZ Find extension in the settings/override/site.ini.append.php
[ExtensionSettings] ActiveExtensions[]=ezfind ...
Supply the location of SOLR
[SolrBase] SearchServerURI=http://localhost:8983
Clear caches
php bin/php/ezcache.php --clear-all --purge
Index your site
php extension/ezfind/bin/php/updatesearchindexsolr.php -s ezwebin_site_admin --php-exec=php
