Преглед изворни кода

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.