From 5fac196404e7b2937df83cd4e805b2276a42fda9 Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Mon, 17 Jan 2011 19:51:01 +0000 Subject: [PATCH] SOLR-2269: contrib entries in solr/CHANGES.txt should go solr/contrib/*/CHANGES.txt git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1060057 13f79535-47bb-0310-9956-ffa450edef68 --- solr/CHANGES.txt | 23 --- solr/contrib/analysis-extras/CHANGES.txt | 30 +++ solr/contrib/clustering/CHANGES.txt | 5 +- solr/contrib/clustering/DISABLED-README.txt | 7 - solr/contrib/clustering/build.xml.disabled | 191 -------------------- solr/contrib/dataimporthandler/CHANGES.txt | 12 ++ solr/contrib/extraction/CHANGES.txt | 6 +- 7 files changed, 51 insertions(+), 223 deletions(-) create mode 100644 solr/contrib/analysis-extras/CHANGES.txt delete mode 100644 solr/contrib/clustering/DISABLED-README.txt delete mode 100644 solr/contrib/clustering/build.xml.disabled diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 741efb4c2a6..c106675e2c3 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -399,18 +399,6 @@ New Features * SOLR-2010: Added ability to verify that spell checking collations have actual results in the index. (James Dyer via gsingers) -* SOLR-2210: Add icu-based tokenizer and filters to contrib/analysis-extras (rmuir) - -* SOLR-1336: Add SmartChinese (word segmentation for Simplified Chinese) - tokenizer and filters to contrib/analysis-extras (rmuir) - -* SOLR-2211,LUCENE-2763: Added UAX29URLEmailTokenizerFactory, which implements - UAX#29, a unicode algorithm with good results for most languages, as well as - URL and E-mail tokenization according to the relevant RFCs. - (Tom Burton-West via rmuir) - -* SOLR-2237: Added StempelPolishStemFilterFactory to contrib/analysis-extras (rmuir) - * SOLR-2188: Added "maxTokenLength" argument to the factories for ClassicTokenizer, StandardTokenizer, and UAX29URLEmailTokenizer. (Steven Rowe) @@ -435,9 +423,6 @@ Optimizations * SOLR-2046: add common functions to scripts-util. (koji) -* SOLR-2200: Improve the performance of DataImportHandler for large delta-import - updates. (Mark Waddle via rmuir) - Bug Fixes ---------------------- * SOLR-1432: Make the new ValueSource.getValues(context,reader) delegate @@ -573,8 +558,6 @@ Bug Fixes by making SolreCore close the UpdateHandler before closing the SearchExecutor. (NarasimhaRaju, hossman) -* SOLR-1902: Upgraded Tika to 0.8-SNAPSHOT (gsingers) - * SOLR-2036: Avoid expensive fieldCache ram estimation for the admin stats page. (yonik) @@ -630,9 +613,6 @@ Bug Fixes SingleResponseWriter.end to be called 2x (Chris A. Mattmann via hossman) -* SOLR-2252: When a child entity in nested entities is rootEntity="true", delta-import doesn't work. - (koji) - * SOLR-2219: The init() method of every SolrRequestHandler was being called twice. (ambikeshwar singh and hossman) @@ -714,9 +694,6 @@ Other Changes "defaultSearchField" as the default value for the "qf" param instead of failing with an error when "qf" is not specified. (hossman) -* SOLR-1821: Fix TimeZone-dependent test failure in TestEvaluatorBag. - (Chris Male via rmuir) - * SOLR-1851: luceneAutoCommit no longer has any effect - it has been remove (Mark Miller) * SOLR-1865: SolrResourceLoader.getLines ignores Byte Order Markers (BOMs) at the diff --git a/solr/contrib/analysis-extras/CHANGES.txt b/solr/contrib/analysis-extras/CHANGES.txt new file mode 100644 index 00000000000..e512decaa99 --- /dev/null +++ b/solr/contrib/analysis-extras/CHANGES.txt @@ -0,0 +1,30 @@ + Apache Solr - Analysis Extras + Release Notes + +Introduction +------------ +The analysis-extras plugin provides additional analyzers that rely +upon large dependencies/dictionaries. + +It includes integration with ICU for multilingual support, and +analyzers for Chinese and Polish. + + +$Id$ +================== Release 4.0-dev ================== + +(No Changes) + +================== Release 3.1-dev ================== + +* SOLR-2210: Add icu-based tokenizer and filters to contrib/analysis-extras (rmuir) + +* SOLR-1336: Add SmartChinese (word segmentation for Simplified Chinese) + tokenizer and filters to contrib/analysis-extras (rmuir) + +* SOLR-2211,LUCENE-2763: Added UAX29URLEmailTokenizerFactory, which implements + UAX#29, a unicode algorithm with good results for most languages, as well as + URL and E-mail tokenization according to the relevant RFCs. + (Tom Burton-West via rmuir) + +* SOLR-2237: Added StempelPolishStemFilterFactory to contrib/analysis-extras (rmuir) diff --git a/solr/contrib/clustering/CHANGES.txt b/solr/contrib/clustering/CHANGES.txt index a350571fb4f..2bf66fa5f01 100644 --- a/solr/contrib/clustering/CHANGES.txt +++ b/solr/contrib/clustering/CHANGES.txt @@ -7,8 +7,11 @@ See http://wiki.apache.org/solr/ClusteringComponent CHANGES $Id$ +================== Release 4.0.0-dev ================== -================== Release XXXX ================== +(No Changes) + +================== Release 3.1.0-dev ================== * SOLR-1684: Switch to use the SolrIndexSearcher.doc(int, Set) method b/c it can use the document cache (gsingers) diff --git a/solr/contrib/clustering/DISABLED-README.txt b/solr/contrib/clustering/DISABLED-README.txt deleted file mode 100644 index 8a43dbda63d..00000000000 --- a/solr/contrib/clustering/DISABLED-README.txt +++ /dev/null @@ -1,7 +0,0 @@ -In trunk this contrib module is currently disabled, as it uses the external -(binary) Carrot2 library (as trunk is free to change its API, this module fails -with linking exceptions). - -After a stable branch of Lucene is created from trunk, rename -'build.xml.disabled' back to 'build.xml' after replacing the Carrot2 -JARs by updated versions. diff --git a/solr/contrib/clustering/build.xml.disabled b/solr/contrib/clustering/build.xml.disabled deleted file mode 100644 index c5cb3af4548..00000000000 --- a/solr/contrib/clustering/build.xml.disabled +++ /dev/null @@ -1,191 +0,0 @@ - - - - - - - - - - - - Clustering Integraton - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Tests failed! - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/solr/contrib/dataimporthandler/CHANGES.txt b/solr/contrib/dataimporthandler/CHANGES.txt index dcd0185895b..0391b5816a8 100644 --- a/solr/contrib/dataimporthandler/CHANGES.txt +++ b/solr/contrib/dataimporthandler/CHANGES.txt @@ -9,6 +9,10 @@ HTTP data sources quick and easy. $Id$ ================== 4.0.0-dev ================== + +(No Changes) + +================== 3.1.0-dev ================== Upgrading from Solr 1.4 ---------------------- @@ -44,6 +48,9 @@ New Features Optimizations ---------------------- +* SOLR-2200: Improve the performance of DataImportHandler for large delta-import + updates. (Mark Waddle via rmuir) + Bug Fixes ---------------------- * SOLR-1638: Fixed NullPointerException during import if uniqueKey is not specified @@ -68,9 +75,14 @@ Bug Fixes * SOLR-2310: getTimeElapsedSince() returns incorrect hour value when the elapse is over 60 hours (tom liu via koji) +* SOLR-2252: When a child entity in nested entities is rootEntity="true", delta-import doesn't work. + (koji) + Other Changes ---------------------- +* SOLR-1821: Fix TimeZone-dependent test failure in TestEvaluatorBag. + (Chris Male via rmuir) Build ---------------------- diff --git a/solr/contrib/extraction/CHANGES.txt b/solr/contrib/extraction/CHANGES.txt index 86d23bda34c..4309db21b21 100644 --- a/solr/contrib/extraction/CHANGES.txt +++ b/solr/contrib/extraction/CHANGES.txt @@ -24,9 +24,13 @@ Current Version: Tika 0.8 (released 11/07/2010) $Id:$ +================== Release 4.0-dev ================== + +(No Changes) + ================== Release 3.1-dev ================== -* Upgraded to Tika 0.8 and changed deprecated parse call +* SOLR-1902: Upgraded to Tika 0.8 and changed deprecated parse call * SOLR-1756: The date.format setting causes ClassCastException when enabled and the config code that parses this setting does not properly use the same iterator instance. (Christoph Brill, Mark Miller)