mirror of https://github.com/apache/lucene.git
SOLR-12423: fix Tika version in CHANGES
This commit is contained in:
parent
93ccdce57c
commit
8d10939349
|
@ -85,7 +85,7 @@ Other Changes
|
|||
* SOLR-12586: Upgrade ParseDateFieldUpdateProcessorFactory (present in "schemaless mode") to use Java 8's
|
||||
java.time.DateTimeFormatter instead of Joda time (see upgrade notes). "Lenient" is enabled. Removed Joda Time dependency.
|
||||
(David Smiley, Bar Rotstein)
|
||||
|
||||
|
||||
* SOLR-5163: edismax now throws an exception when qf refers to a nonexistent field (Charles Sanders, David Smiley)
|
||||
|
||||
* SOLR-12805: Store previous term (generation) of replica when start recovery process (Cao Manh Dat)
|
||||
|
@ -96,7 +96,7 @@ Other Changes
|
|||
|
||||
* SOLR-11812: Remove backward compatibility of old LIR implementation in 8.0 (Cao Manh Dat)
|
||||
|
||||
* SOLR-12620: Remove the Admin UI Cloud -> Graph (Radial) view (janhoy)
|
||||
* SOLR-12620: Remove the Admin UI Cloud -> Graph (Radial) view (janhoy)
|
||||
|
||||
================== 7.6.0 ==================
|
||||
|
||||
|
@ -104,7 +104,7 @@ Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this r
|
|||
|
||||
Versions of Major Components
|
||||
---------------------
|
||||
Apache Tika 1.18
|
||||
Apache Tika 1.19.1
|
||||
Carrot2 3.16.0
|
||||
Velocity 1.7 and Velocity Tools 2.0
|
||||
Apache ZooKeeper 3.4.11
|
||||
|
@ -582,7 +582,7 @@ Other Changes
|
|||
|
||||
* SOLR-8742: In HdfsDirectoryTest replace RAMDirectory usages with ByteBuffersDirectory.
|
||||
(hossman, Mark Miller, Andrzej Bialecki, Steve Rowe)
|
||||
|
||||
|
||||
* SOLR-12771: Improve Autoscaling Policy and Preferences documentation. (hossman, Steve Rowe)
|
||||
|
||||
================== 7.4.0 ==================
|
||||
|
|
Loading…
Reference in New Issue