mirror of https://github.com/apache/lucene.git
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
This commit is contained in:
parent
fae44c8c06
commit
18e669e5cd
13
CHANGES.txt
13
CHANGES.txt
|
@ -4,7 +4,7 @@ Apache Solr Version 1.4-dev
|
||||||
|
|
||||||
Introduction
|
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,
|
search library, with XML/HTTP and JSON APIs, hit highlighting, faceted search,
|
||||||
caching, replication, and a web administration interface. It runs in a Java
|
caching, replication, and a web administration interface. It runs in a Java
|
||||||
servlet container such as Tomcat.
|
servlet container such as Tomcat.
|
||||||
|
@ -61,8 +61,17 @@ error. See SOLR-1410 for more information.
|
||||||
|
|
||||||
Versions of Major Components
|
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
|
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
|
Detailed Change List
|
||||||
----------------------
|
----------------------
|
||||||
|
|
Loading…
Reference in New Issue