diff --git a/site/index.html b/site/index.html index a3430656dd0..bb93ed08189 100755 --- a/site/index.html +++ b/site/index.html @@ -185,6 +185,9 @@ document.write("Last Published: " + document.lastModified); News
By popular demand, Solr is holding a contest to pick a new Solr logo. Details about how to submit an entry can be found on the wiki. The Deadline for submissions is November 20th, 2008 @ 11:59PM GMT. +
+Solr 1.3.0 is available for public download. This version contains many enhancements and bug fixes, including distributed search capabilities, Lucene 2.3.x performance improvements and many others.
See the release notes for more details. Download is available from a Apache Mirror.
- +@@ -269,7 +276,7 @@ document.write("Last Published: " + document.lastModified);
@@ -289,7 +296,7 @@ document.write("Last Published: " + document.lastModified);
This is the first release since Solr graduated from the Incubator, @@ -299,40 +306,40 @@ document.write("Last Published: " + document.lastModified); and more flexible plugins.
See the release notes for more details.
- +Solr has graduated from the Apache Incubator, and is now a sub-project of Lucene.
- +This is the first release since Solr joined the Incubator, and brings many new features and performance optimizations including highlighting, faceted search, and JSON/Python/Ruby response formats.
- +Chris Hostetter will be presenting "Faceted Searching With Apache Solr" at ApacheCon US 2006, on October 13th at 4:30pm. See the ApacheCon website for more details.
- +Yonik Seeley will be presenting "Apache Solr, a Full-Text Search Server based on Lucene" at ApacheCon Europe 2006, on June 29th at 5:30pm. See the ApacheCon website for more details.
- +Solr now has nightly builds. This automatically creates a downloadable version of Solr every night. All unit tests must pass, or a message is sent to the developers mailing list and no new version is created. This also updates the javadoc.
- +Solr, a search server based on Lucene, has been accepted into the Apache Incubator.
Solr was originally developed by CNET Networks, and is widely used within CNET
diff --git a/site/index.pdf b/site/index.pdf
index 3cd78ada8a2..a6ff2a185bf 100755
Binary files a/site/index.pdf and b/site/index.pdf differ
diff --git a/src/site/src/documentation/content/xdocs/index.xml b/src/site/src/documentation/content/xdocs/index.xml
index 10dfd68ffdf..807495bb65f 100755
--- a/src/site/src/documentation/content/xdocs/index.xml
+++ b/src/site/src/documentation/content/xdocs/index.xml
@@ -40,6 +40,10 @@
By popular demand, Solr is holding a contest to pick a new Solr logo. Details about how to submit an entry can be found on the wiki. The Deadline for submissions is November 20th, 2008 @ 11:59PM GMT.
+ Solr 1.3.0 is available for public download. This version contains many enhancements and bug fixes, including distributed search capabilities,
Lucene 2.3.x performance improvements and many others.