Align CHANGES.txt with 5.1.0 release

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673215 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy Potter 2015-04-13 14:52:01 +00:00
parent f5071289e7
commit c12f09faaf
2 changed files with 39 additions and 42 deletions

View File

@ -125,9 +125,6 @@ New Features
than a given number of results under a choice of key. Introduces new remove than a given number of results under a choice of key. Introduces new remove
method to core's PriorityQueue. (Mark Harwood) method to core's PriorityQueue. (Mark Harwood)
* LUCENE-3922: Added JapaneseNumberFilter that normalizes Japanese numbers
in kansuji form to regular/Arabic numbers. (Gaute Lambertsen, Christian Moen)
* LUCENE-6191: New spatial 2D heatmap faceting for PrefixTreeStrategy. (David Smiley) * LUCENE-6191: New spatial 2D heatmap faceting for PrefixTreeStrategy. (David Smiley)
* LUCENE-6227: Added BooleanClause.Occur.FILTER to filter documents without * LUCENE-6227: Added BooleanClause.Occur.FILTER to filter documents without

View File

@ -221,8 +221,6 @@ New Features
* SOLR-7155,SOLR-7201: All SolrClient methods now take an optional 'collection' argument * SOLR-7155,SOLR-7201: All SolrClient methods now take an optional 'collection' argument
(Alan Woodward, Shawn Heisey) (Alan Woodward, Shawn Heisey)
* SOLR-7073: Support adding a jar to a collections classpath (Noble Paul)
* SOLR-6359: Allow number of logs and records kept by UpdateLog to be configured * SOLR-6359: Allow number of logs and records kept by UpdateLog to be configured
(Ramkumar Aiyengar) (Ramkumar Aiyengar)
@ -238,6 +236,8 @@ New Features
cluster is not ready, and can now take an optional timeout argument to wait cluster is not ready, and can now take an optional timeout argument to wait
for the cluster. (Alan Woodward, shalin, yonik, Mark Miller, Vitaliy Zhovtyuk) for the cluster. (Alan Woodward, shalin, yonik, Mark Miller, Vitaliy Zhovtyuk)
* SOLR-7073: Support adding a jar to a collections classpath (Noble Paul)
* SOLR-7126: Secure loading of runtime external jars (Noble Paul) * SOLR-7126: Secure loading of runtime external jars (Noble Paul)
* SOLR-6349: Added support for stats.field localparams to enable/disable individual stats to * SOLR-6349: Added support for stats.field localparams to enable/disable individual stats to
@ -306,7 +306,7 @@ New Features
* SOLR-7226: Make /query/* jmx/* , requestDispatcher/*, <listener> <initParams> * SOLR-7226: Make /query/* jmx/* , requestDispatcher/*, <listener> <initParams>
properties in solrconfig.xml editable (Noble Paul) properties in solrconfig.xml editable (Noble Paul)
* SOLR-7240: '/' redirects to '/solr/' for convenience (Martijn Koster, hossman) * SOLR-7240: '/' redirects to '/solr/' for convinience (Martijn Koster, hossman)
* SOLR-5911: Added payload support for term vectors. New "termPayloads" option for fields * SOLR-5911: Added payload support for term vectors. New "termPayloads" option for fields
/ types in the schema, and "tv.payloads" param for the term vector component. / types in the schema, and "tv.payloads" param for the term vector component.
@ -390,14 +390,6 @@ Bug Fixes
* SOLR-7141: RecoveryStrategy: Raise time that we wait for any updates from the leader before * SOLR-7141: RecoveryStrategy: Raise time that we wait for any updates from the leader before
they saw the recovery state to have finished. (Mark Miller) they saw the recovery state to have finished. (Mark Miller)
* SOLR-7284: HdfsUpdateLog is using hdfs FileSystem.get without turning off the cache.
(Mark Miller)
* SOLR-7286: Using HDFS's FileSystem.newInstance does not guarantee a new instance.
(Mark Miller)
* SOLR-7134: Replication can still cause index corruption. (Mark Miller, shalin, Mike Drob)
* SOLR-7248: In legacyCloud=false mode we should check if the core was hosted on the same node before registering it * SOLR-7248: In legacyCloud=false mode we should check if the core was hosted on the same node before registering it
(Varun Thacker, Noble Paul, Mark Miller) (Varun Thacker, Noble Paul, Mark Miller)
@ -416,6 +408,8 @@ Bug Fixes
* SOLR-7298: Fix Collections API calls (SolrJ) to not add name parameter when not needed. * SOLR-7298: Fix Collections API calls (SolrJ) to not add name parameter when not needed.
(Shai Erera, Anshum Gupta) (Shai Erera, Anshum Gupta)
* SOLR-7134: Replication can still cause index corruption. (Mark Miller, shalin, Mike Drob)
* SOLR-7309: Make bin/solr, bin/post work when Solr installation directory contains spaces * SOLR-7309: Make bin/solr, bin/post work when Solr installation directory contains spaces
(Ramkumar Aiyengar, Martijn Koster) (Ramkumar Aiyengar, Martijn Koster)
@ -425,6 +419,8 @@ Bug Fixes
* SOLR-7266: The IgnoreCommitOptimizeUpdateProcessor blocks commit requests from * SOLR-7266: The IgnoreCommitOptimizeUpdateProcessor blocks commit requests from
replicas needing to recover. (Jessica Cheng Mallet, Timothy Potter) replicas needing to recover. (Jessica Cheng Mallet, Timothy Potter)
* SOLR-7299: bin\solr.cmd doesn't use jetty SSL configuration. (Steve Rowe)
* SOLR-7334: Admin UI does not show "Num Docs" and "Deleted Docs". (Erick Erickson, Timothy Potter) * SOLR-7334: Admin UI does not show "Num Docs" and "Deleted Docs". (Erick Erickson, Timothy Potter)
* SOLR-7338, SOLR-6583: A reloaded core will never register itself as active after a ZK session expiration * SOLR-7338, SOLR-6583: A reloaded core will never register itself as active after a ZK session expiration
@ -433,6 +429,12 @@ Bug Fixes
* SOLR-7366: Can't index example XML docs into the cloud example using bin/post due to regression in * SOLR-7366: Can't index example XML docs into the cloud example using bin/post due to regression in
ManagedIndexSchema's handling of ResourceLoaderAware objects used by field types (Steve Rowe, Timothy Potter) ManagedIndexSchema's handling of ResourceLoaderAware objects used by field types (Steve Rowe, Timothy Potter)
* SOLR-7284: HdfsUpdateLog is using hdfs FileSystem.get without turning off the cache.
(Mark Miller)
* SOLR-7286: Using HDFS's FileSystem.newInstance does not guarantee a new instance.
(Mark Miller)
Optimizations Optimizations
---------------------- ----------------------
@ -445,8 +447,6 @@ Optimizations
* SOLR-7239: improved performance of min & max in StatsComponent, as well as situations * SOLR-7239: improved performance of min & max in StatsComponent, as well as situations
where local params disable all stats (hossman) where local params disable all stats (hossman)
* SOLR-7110: Optimize JavaBinCodec to minimize string Object creation (Noble Paul)
Other Changes Other Changes
---------------------- ----------------------
@ -455,12 +455,12 @@ Other Changes
* SOLR-6500: Refactor FileFetcher in SnapPuller, add debug logging. * SOLR-6500: Refactor FileFetcher in SnapPuller, add debug logging.
(Ramkumar Aiyengar via Mark Miller) (Ramkumar Aiyengar via Mark Miller)
* SOLR-7094: Better error reporting of JSON parse issues when indexing docs
(Ishan Chattopadhyaya via Timothy Potter)
* SOLR-7076: In DIH, TikaEntityProcessor should have support for onError=skip * SOLR-7076: In DIH, TikaEntityProcessor should have support for onError=skip
(Noble Paul) (Noble Paul)
* SOLR-7094: Better error reporting of JSON parse issues when indexing docs
(Ishan Chattopadhyaya via Timothy Potter)
* SOLR-7103: Remove unused method params in faceting code. (shalin) * SOLR-7103: Remove unused method params in faceting code. (shalin)
* SOLR-6311: When performing distributed queries, SearchHandler should use path * SOLR-6311: When performing distributed queries, SearchHandler should use path