Lucene is a Java full-text search engine. Lucene is not a complete application,
but rather a code library and API that can easily be used to add search capabilities
diff --git a/solr/README.txt b/solr/README.txt
index f8c2c287aa9..8869318dd1b 100644
--- a/solr/README.txt
+++ b/solr/README.txt
@@ -31,7 +31,7 @@ Getting Started
See the "example" directory for an example Solr setup. A tutorial
using the example setup can be found at
http://lucene.apache.org/solr/tutorial.html
-or linked from "docs/api/index.html" in a binary distribution.
+or linked from "docs/index.html" in a binary distribution.
Also, there are Solr clients for many programming languages, see
http://wiki.apache.org/solr/IntegratingSolr
@@ -54,7 +54,7 @@ dist/apache-solr-XX.jar
Apache Solr Plugins (see http://wiki.apache.org/solr/SolrPlugins for
more information).
-docs/api/index.html
+docs/index.html
The Apache Solr Javadoc API documentation and Tutorial
diff --git a/solr/build.xml b/solr/build.xml
index 8d1c5e2c5bb..a666bb208ab 100644
--- a/solr/build.xml
+++ b/solr/build.xml
@@ -26,7 +26,7 @@
Solr is the popular, blazing fast open source enterprise search platform from the Apache Lucene project. + Its major features include powerful full-text search, hit highlighting, faceted search, dynamic clustering, + database integration, rich document (e.g., Word, PDF) handling, and geospatial search. Solr is highly scalable, + providing distributed search and index replication, and it powers the search and navigation features of many + of the world's largest internet sites.
+Solr is written in Java and runs as a standalone full-text search server within a servlet container such as + Jetty. Solr uses the Lucene Java search library at its core for full-text indexing and search, and has REST-like + HTTP/XML and JSON APIs that make it easy to use from virtually any programming language. Solr's powerful external + configuration allows it to be tailored to almost any type of application without Java coding, and it has an extensive + plugin architecture when more advanced customization is required.
+
+ This is the official documentation for