From 18e669e5cd35ca5b10bdf9c4403bb93aa82c6b47 Mon Sep 17 00:00:00 2001 From: Grant Ingersoll Date: Mon, 28 Sep 2009 17:36:44 +0000 Subject: [PATCH] added some verbiage about Lucene for people who might have customizations based on Lucene in their Solr app. git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@819656 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 8433a378875..06f51a0e7a9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,7 +4,7 @@ Apache Solr Version 1.4-dev Introduction ------------ -Apache Solr is an open source enterprise search server based on the Lucene Java +Apache Solr is an open source enterprise search server based on the Apache Lucene Java search library, with XML/HTTP and JSON APIs, hit highlighting, faceted search, caching, replication, and a web administration interface. It runs in a Java servlet container such as Tomcat. @@ -61,8 +61,17 @@ error. See SOLR-1410 for more information. Versions of Major Components ---------------------------- -Apache Lucene 2.9.0 final release candidate #1, subject to approval +Apache Lucene 2.9.0 final release 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_0/, + especially http://lucene.apache.org/java/2_9_0/changes/Changes.html for more information + on the version of Lucene used in Solr. Detailed Change List ----------------------