SOLR-5613: Upgrade to commons-codec 1.9 for better BeiderMorseFilter performance

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1571593 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shalin Shekhar Mangar 2014-02-25 07:09:07 +00:00
parent e1cedd8d4c
commit d1dadd42e2
2 changed files with 4 additions and 1 deletions

View File

@ -51,7 +51,7 @@ com.sun.jersey.version = 1.8
/com.typesafe/config = 1.0.2
/commons-beanutils/commons-beanutils = 1.7.0
/commons-cli/commons-cli = 1.2
/commons-codec/commons-codec = 1.7
/commons-codec/commons-codec = 1.9
/commons-collections/commons-collections = 3.2.1
/commons-configuration/commons-configuration = 1.6
/commons-digester/commons-digester = 2.0

View File

@ -113,6 +113,9 @@ Other Changes
* SOLR-5609: If legacy mode is disabled don't let cores create slices/replicas/collections .
All operations should be performed through collection API (Noble Paul)
* SOLR-5613: Upgrade to commons-codec 1.9 for better BeiderMorseFilter performance.
(Thomas Champagne, Shawn Heisey via shalin)
================== 4.7.0 ==================
Versions of Major Components