Browse Source

Merge pull request #262 from simensen/solr

Note the version of solr that the schema works for
Jordi Boggiano 12 years ago
parent
commit
a1a838122e
1 changed files with 1 additions and 1 deletions
  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.