diff --git a/config/vufind/config.ini b/config/vufind/config.ini
index 23f5fde9509f39e41e70809040dea1b46fbb21e9..f79a1ac8d197188308c912873b2f06d0bf0a674e 100644
--- a/config/vufind/config.ini
+++ b/config/vufind/config.ini
@@ -341,9 +341,9 @@ searchesBySource = false
 ; single merged list, or separate grouped lists by module (Solr, Summon, etc.)
 recordsBySource = false
 
-; This section requires no changes for most installations
+; This section defines the location/behavior of the Solr index and requires no
+; changes for most installations
 [Index]
-engine          = Solr
 url             = http://localhost:8080/solr
 default_core    = biblio
 ; This setting needs to match the <maxBooleanClauses> setting in your solrconfig.xml