mirror of https://github.com/apache/lucene.git
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:
parent
f5071289e7
commit
c12f09faaf
|
@ -125,9 +125,6 @@ New Features
|
|||
than a given number of results under a choice of key. Introduces new remove
|
||||
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-6227: Added BooleanClause.Occur.FILTER to filter documents without
|
||||
|
|
|
@ -221,22 +221,22 @@ New Features
|
|||
* SOLR-7155,SOLR-7201: All SolrClient methods now take an optional 'collection' argument
|
||||
(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
|
||||
(Ramkumar Aiyengar)
|
||||
(Ramkumar Aiyengar)
|
||||
|
||||
* SOLR-7189: Allow DIH to extract content from embedded documents via Tika.
|
||||
(Tim Allison via shalin)
|
||||
(Tim Allison via shalin)
|
||||
|
||||
* SOLR-6841: Visualize lucene segment information in Admin UI.
|
||||
(Alexey Kozhemiakin, Michal Bienkowski, hossman, Shawn Heisey, Varun Thacker via shalin)
|
||||
(Alexey Kozhemiakin, Michal Bienkowski, hossman, Shawn Heisey, Varun Thacker via shalin)
|
||||
|
||||
* SOLR-5846: EnumField supports DocValues functionality. (Elran Dvir, shalin)
|
||||
|
||||
* SOLR-4044: CloudSolrClient.connect() throws a more useful exception if the
|
||||
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)
|
||||
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)
|
||||
|
||||
* SOLR-7073: Support adding a jar to a collections classpath (Noble Paul)
|
||||
|
||||
* SOLR-7126: Secure loading of runtime external jars (Noble Paul)
|
||||
|
||||
|
@ -306,7 +306,7 @@ New Features
|
|||
* SOLR-7226: Make /query/* jmx/* , requestDispatcher/*, <listener> <initParams>
|
||||
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
|
||||
/ 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
|
||||
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
|
||||
(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.
|
||||
(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
|
||||
(Ramkumar Aiyengar, Martijn Koster)
|
||||
|
||||
|
@ -425,6 +419,8 @@ Bug Fixes
|
|||
* SOLR-7266: The IgnoreCommitOptimizeUpdateProcessor blocks commit requests from
|
||||
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-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
|
||||
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
|
||||
----------------------
|
||||
|
||||
|
@ -445,8 +447,6 @@ Optimizations
|
|||
* SOLR-7239: improved performance of min & max in StatsComponent, as well as situations
|
||||
where local params disable all stats (hossman)
|
||||
|
||||
* SOLR-7110: Optimize JavaBinCodec to minimize string Object creation (Noble Paul)
|
||||
|
||||
Other Changes
|
||||
----------------------
|
||||
|
||||
|
@ -455,12 +455,12 @@ Other Changes
|
|||
* SOLR-6500: Refactor FileFetcher in SnapPuller, add debug logging.
|
||||
(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
|
||||
(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-6311: When performing distributed queries, SearchHandler should use path
|
||||
|
|
Loading…
Reference in New Issue