LUCENE-7543: Update dev-tools/README.txt to include new dev-tools/ directories including doap/; add missing 1.4.1 and 4.9.1 release notes to Solr's CHANGES.txt; fix names of 3.6.1, 3.6.2, 4.0-ALPHA and 4.0-BETA releases in Solr's DOAP file to refer to solr instead of lucene.

This commit is contained in:
Steve Rowe 2016-11-22 11:55:00 -05:00
parent 87dc02e3c4
commit 6a83f0fa3a
3 changed files with 152 additions and 8 deletions

View File

@ -6,7 +6,10 @@ as to the usefulness of the tools.
Description of dev-tools/ contents: Description of dev-tools/ contents:
./size-estimator-lucene-solr.xls -- Spreadsheet for estimating memory and disk usage in Lucene/Solr ./size-estimator-lucene-solr.xls -- Spreadsheet for estimating memory and disk usage in Lucene/Solr
./eclipse -- Used to generate project descriptors for the Eclipse IDE. ./doap/ -- Lucene and Solr project descriptors in DOAP RDF format.
./idea -- Similar to Eclipse, but for IntelliJ's IDEA IDE. ./eclipse/ -- Used to generate project descriptors for the Eclipse IDE.
./maven -- Mavenizes the Lucene/Solr packages ./git/ -- Git documentation and resources.
./scripts -- Odds and ends for building releases, etc. ./idea/ -- Used to generate project descriptors for IntelliJ's IDEA IDE.
./maven/ -- Mavenizes the Lucene/Solr packages
./netbeans/ -- Used to generate project descriptors for the Netbeans IDE.
./scripts/ -- Odds and ends for building releases, etc.

View File

@ -362,28 +362,28 @@
</release> </release>
<release> <release>
<Version> <Version>
<name>lucene-4.0-BETA</name> <name>solr-4.0-BETA</name>
<created>2012-08-13</created> <created>2012-08-13</created>
<revision>4.0-BETA</revision> <revision>4.0-BETA</revision>
</Version> </Version>
</release> </release>
<release> <release>
<Version> <Version>
<name>lucene-4.0-ALPHA</name> <name>solr-4.0-ALPHA</name>
<created>2012-07-03</created> <created>2012-07-03</created>
<revision>4.0-ALPHA</revision> <revision>4.0-ALPHA</revision>
</Version> </Version>
</release> </release>
<release> <release>
<Version> <Version>
<name>lucene-3.6.2</name> <name>solr-3.6.2</name>
<created>2012-12-25</created> <created>2012-12-25</created>
<revision>3.6.2</revision> <revision>3.6.2</revision>
</Version> </Version>
</release> </release>
<release> <release>
<Version> <Version>
<name>lucene-3.6.1</name> <name>solr-3.6.1</name>
<created>2012-07-22</created> <created>2012-07-22</created>
<revision>3.6.1</revision> <revision>3.6.1</revision>
</Version> </Version>

View File

@ -5470,6 +5470,31 @@ Other Changes
* SOLR-6391: Improve message for CREATECOLLECTION failure due to missing * SOLR-6391: Improve message for CREATECOLLECTION failure due to missing
numShards (Anshum Gupta) numShards (Anshum Gupta)
================== 4.9.1 ==================
Versions of Major Components
---------------------
Apache Tika 1.5 (with upgraded Apache POI 3.10.1)
Carrot2 3.9.0
Velocity 1.7 and Velocity Tools 2.0
Apache UIMA 2.3.1
Apache ZooKeeper 3.4.6
Detailed Change List
----------------------
Other Changes
---------------------
* SOLR-6503: Removed support for parsing netcdf files in Solr Cell because
of license issues. If you need support for this format, download the parser
JAR yourself (version 4.2) and add it to contrib/extraction/lib folder:
http://www.unidata.ucar.edu/software/thredds/current/netcdf-java/
(Uwe Schindler)
* SOLR-6388: Force upgrade of Apache POI dependency in Solr Cell to version
3.10.1 to fix CVE-2014-3529 and CVE-2014-3574. (Uwe Schindler)
================== 4.9.0 ================== ================== 4.9.0 ==================
Versions of Major Components Versions of Major Components
@ -11857,6 +11882,122 @@ Documentation
* SOLR-1792: Documented peculiar behavior of TestHarness.LocalRequestFactory * SOLR-1792: Documented peculiar behavior of TestHarness.LocalRequestFactory
(hossman) (hossman)
================== Release 1.4.1 ==================
Release Date: See http://lucene.apache.org/solr for the official release date.
Upgrading from Solr 1.4
-----------------------
This is a bug fix release - no changes are required when upgrading from Solr 1.4.
However, a reindex is needed for some of the analysis fixes to take effect.
Versions of Major Components
----------------------------
Apache Lucene 2.9.3
Apache Tika 0.4
Carrot2 3.1.0
Lucene Information
----------------
Since Solr is built on top of Lucene, many people add customizations to Solr
that are dependent on Lucene. Please see http://lucene.apache.org/java/2_9_3/,
especially http://lucene.apache.org/java/2_9_3/changes/Changes.html for more
information on the version of Lucene used in Solr.
Bug Fixes
----------------------
* SOLR-1934: Upgrade to Apache Lucene 2.9.3 to obtain several bug
fixes from the previous 2.9.1. See the Lucene 2.9.3 release notes
for details. (hossman, Mark Miller)
* SOLR-1432: Make the new ValueSource.getValues(context,reader) delegate
to the original ValueSource.getValues(reader) so custom sources
will work. (yonik)
* SOLR-1572: FastLRUCache correctly implemented the LRU policy only
for the first 2B accesses. (yonik)
* SOLR-1595: StreamingUpdateSolrServer used the platform default character
set when streaming updates, rather than using UTF-8 as the HTTP headers
indicated, leading to an encoding mismatch. (hossman, yonik)
* SOLR-1660: CapitalizationFilter crashes if you use the maxWordCountOption
(Robert Muir via shalin)
* SOLR-1662: Added Javadocs in BufferedTokenStream and fixed incorrect cloning
in TestBufferedTokenStream (Robert Muir, Uwe Schindler via shalin)
* SOLR-1711: SolrJ - StreamingUpdateSolrServer had a race condition that
could halt the streaming of documents. The original patch to fix this
(never officially released) introduced another hanging bug due to
connections not being released. (Attila Babo, Erik Hetzner via yonik)
* SOLR-1748, SOLR-1747, SOLR-1746, SOLR-1745, SOLR-1744: Streams and Readers
retrieved from ContentStreams are not closed in various places, resulting
in file descriptor leaks.
(Christoff Brill, Mark Miller)
* SOLR-1580: Solr Configuration ignores 'mergeFactor' parameter, always
uses Lucene default. (Lance Norskog via Mark Miller)
* SOLR-1777: fieldTypes with sortMissingLast=true or sortMissingFirst=true can
result in incorrectly sorted results. (yonik)
* SOLR-1797: fix ConcurrentModificationException and potential memory
leaks in ResourceLoader. (yonik)
* SOLR-1798: Small memory leak (~100 bytes) in fastLRUCache for every
commit. (yonik)
* SOLR-1522: Show proper message if <script> tag is missing for DIH
ScriptTransformer (noble)
* SOLR-1538: Reordering of object allocations in ConcurrentLRUCache to eliminate
(an extremely small) potential for deadlock.
(gabriele renzi via hossman)
* SOLR-1558: QueryElevationComponent only works if the uniqueKey field is
implemented using StrField. In previous versions of Solr no warning or
error would be generated if you attempted to use QueryElevationComponent,
it would just fail in unexpected ways. This has been changed so that it
will fail with a clear error message on initialization. (hossman)
* SOLR-1563: Binary fields, including trie-based numeric fields, caused null
pointer exceptions in the luke request handler. (yonik)
* SOLR-1579: Fixes to XML escaping in stats.jsp
(David Bowen and hossman)
* SOLR-1582: copyField was ignored for BinaryField types (gsingers)
* SOLR-1596: A rollback operation followed by the shutdown of Solr
or the close of a core resulted in a warning:
"SEVERE: SolrIndexWriter was not closed prior to finalize()" although
there were no other consequences. (yonik)
* SOLR-1651: Fixed Incorrect dataimport handler package name in SolrResourceLoader
(Akshay Ukey via shalin)
* SOLR-1936: The JSON response format needed to escape unicode code point
U+2028 - 'LINE SEPARATOR' (Robert Hofstra, yonik)
* SOLR-1852: Fix WordDelimiterFilterFactory bug where position increments
were not being applied properly to subwords. (Peter Wolanin via Robert Muir)
* SOLR-1706: fixed WordDelimiterFilter for certain combinations of options
where it would output incorrect tokens. (Robert Muir, Chris Male)
* SOLR-1948: PatternTokenizerFactory should use parent's args (koji)
* SOLR-1870: Indexing documents using the 'javabin' format no longer
fails with a ClassCastException whenSolrInputDocuments contain field
values which are Collections or other classes that implement
Iterable. (noble, hossman)
* SOLR-1769 Solr 1.4 Replication - Repeater throwing NullPointerException (noble)
================== Release 1.4.0 ================== ================== Release 1.4.0 ==================
Release Date: See http://lucene.apache.org/solr for the official release date. Release Date: See http://lucene.apache.org/solr for the official release date.