SOLR-4839: Fix typo

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1676352 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shalin Shekhar Mangar 2015-04-27 18:05:30 +00:00
parent 13547a2fdb
commit e1714879bc
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ Upgrading from Solr 5.1
to track the respective stats. Advanced users with client code manipulating these objects will to track the respective stats. Advanced users with client code manipulating these objects will
need to update their code accordingly. See SOLR-7325 and SOLR-7336 for more info. need to update their code accordingly. See SOLR-7325 and SOLR-7336 for more info.
* Solr has internally bee upgraded to use Jetty 9. See SOLR-4839 for full details, but there are a few key details all Solr users should know when upgrading: * Solr has internally been upgraded to use Jetty 9. See SOLR-4839 for full details, but there are a few key details all Solr users should know when upgrading:
** It is no longer possible to run "java -jar start.jar" from inside the server directory. ** It is no longer possible to run "java -jar start.jar" from inside the server directory.
The bin/solr script is the only supported way to run Solr. This is necessary to support The bin/solr script is the only supported way to run Solr. This is necessary to support
HTTP and HTTPS modules in Jetty which can be selectively enabled by the bin/solr scripts. HTTP and HTTPS modules in Jetty which can be selectively enabled by the bin/solr scripts.