Author: gsingers
Date: Mon Sep 28 17:36:44 2009
New Revision: 819656
URL: http://svn.apache.org/viewvc?rev=819656&view=rev
Log:
added some verbiage about Lucene for people who might have customizations based
on Lucene in their Solr app.
Modified:
lucene/solr/trunk/CHANGES.txt
Modified: lucene/solr/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/lucene/solr/trunk/CHANGES.txt?rev=819656&r1=819655&r2=819656&view=diff
==============================================================================
--- lucene/solr/trunk/CHANGES.txt (original)
+++ lucene/solr/trunk/CHANGES.txt Mon Sep 28 17:36:44 2009
@@ -4,7 +4,7 @@
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 @@
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
----------------------