Преглед на файлове

Merge pull request #262 from simensen/solr

Note the version of solr that the schema works for
Jordi Boggiano преди 12 години
родител
ревизия
a1a838122e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -26,7 +26,7 @@ You should now be able to access the site, create a user, etc.
 Setting up search
 -----------------
 
-The search index uses [Solr](http://lucene.apache.org/solr/), so you will have to install that on your server.
+The search index uses [Solr](http://lucene.apache.org/solr/) 3.6, so you will have to install that on your server.
 If you are running it on a non-standard host or port, you will have to adjust the configuration. See the
 [NelmioSolariumBundle](https://github.com/nelmio/NelmioSolariumBundle) for more details.