SOLR-5082: Fix credits

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1524282 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2013-09-18 03:02:57 +00:00
parent bf3937f049
commit 8b8c2c05f6
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ New Features
* SOLR-5082: The encoding of URL-encoded query parameters can be changed with
the "ie" (input encoding) parameter, e.g. "select?q=m%FCller&ie=ISO-8859-1".
The default is UTF-8. To change the encoding of POSTed content, use the
"Content-Type" HTTP header. (Uwe Schindler)
"Content-Type" HTTP header. (Uwe Schindler, Shawn Heisey)
* SOLR-4221: Custom sharding (Noble Paul)