From 0a6abfcd8436effa4b651ea7e1a9a3b8c0517aeb Mon Sep 17 00:00:00 2001 From: Michael McCandless Date: Wed, 14 Sep 2011 17:05:32 +0000 Subject: [PATCH] website changes for 3.4.0 git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1170716 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/documentation/content/xdocs/index.xml | 58 +++++++++ solr/site/features.pdf | Bin 20288 -> 20288 bytes solr/site/index.html | 113 ++++++++++++++---- solr/site/skin/basic.css | 2 +- solr/site/skin/screen.css | 2 +- solr/site/version_control.pdf | Bin 13646 -> 13646 bytes 6 files changed, 150 insertions(+), 25 deletions(-) diff --git a/solr/site-src/src/documentation/content/xdocs/index.xml b/solr/site-src/src/documentation/content/xdocs/index.xml index 96d09bb93ea..050f55d29b3 100755 --- a/solr/site-src/src/documentation/content/xdocs/index.xml +++ b/solr/site-src/src/documentation/content/xdocs/index.xml @@ -66,6 +66,64 @@ customization is required.
News + +
+ 14 September 2011 - Solr 3.4.0 Released +

The Lucene PMC is pleased to announce the release of Apache Solr 3.4.0! +

+

+ Solr's version number was synced with Lucene following the Lucene/Solr merge, so Solr 3.4.0 contains Lucene 3.4.0. +

+

+ If you are already using Apache Solr 3.1, 3.2 or 3.3, we strongly recommend you upgrade to 3.4.0 because of the index corruption bug on OS or computer crash or power loss (LUCENE-3418), now fixed in 3.4.0.

+ +

+ Solr 3.4.0 release highlights include +

+
    +
  • Bug fixes and improvements from Apache Lucene 3.4.0, including a + major bug (LUCENE-3418) whereby a Lucene index could + easily become corrupted if the OS or computer crashed or lost + power.
  • + +
  • SolrJ client can now parse grouped and range facets results + (SOLR-2523).
  • + +
  • A new XsltUpdateRequestHandler allows posting XML that's + transformed by a provided XSLT into a valid Solr document + (SOLR-2630).
  • + +
  • Post-group faceting option (group.truncate) can now compute + facet counts for only the highest ranking documents per-group. + (SOLR-2665).
  • + +
  • Add commitWithin update request parameter to all update handlers + that were previously missing it. This tells Solr to commit the + change within the specified amount of time (SOLR-2540).
  • + +
  • You can now specify NIOFSDirectory (SOLR-2670).
  • + +
  • New parameter hl.phraseLimit speeds up FastVectorHighlighter + (LUCENE-3234).
  • + +
  • The query cache and filter cache can now be disabled per request. + See this wiki page + (SOLR-2429).
  • + +
  • Improved memory usage, build time, and performance of + SynonymFilterFactory (LUCENE-3233).
  • + +
  • Added omitPositions to the schema, so you can omit position + information while still indexing term frequencies (LUCENE-2048).
  • + +
  • Various fixes for multi-threaded DataImportHandler.
  • +
+ +

See the release notes for a more complete list of all the new features, improvements, and bugfixes. +

+ +
+
28 July 2011 - WARNING: Index corruption and crashes in Apache Lucene Core / Apache Solr with Java 7

Oracle released Java 7 today. Unfortunately it contains hotspot compiler optimizations, which miscompile some loops. diff --git a/solr/site/features.pdf b/solr/site/features.pdf index fb515028791db798344e28949d8a255a9d6d7171..4e773af9a8663dbd2c4cb9ac50b5e48770b63920 100755 GIT binary patch delta 186 zcmX>wkMY1f#tHLzEDcQzjSY+q4RsAnHm-imBVeg(XcA&*Y-M0<1s2>qk9PtihUjEF zeq9W~&DH#A_VEU0=0*mlrjCwormhwiMutXChAzfNrY^=N#zuxFuC8_pHUyQ#a@pB& b6_+Fyl~fd^rg0fsSQ;90sj9mAyKw;kdPptd delta 186 zcmX>wkMY1f#tHLzEQ}2e%?vFJjkFDnHm-imBVeIxY#3r_W@Tt$1s2>qk9PtihUjEF zeq9W~&DH#A_VF&pKm(mj4V)ZZ&72)goJ?F?Ee%YaU7ak=3@u&F&FvIy2r7x?va{nV aE=epZsVGWK<1)0cG&JT?Rdw}u;{pJ&>MpMU diff --git a/solr/site/index.html b/solr/site/index.html index d424941e8a5..a47e82ca0ab 100755 --- a/solr/site/index.html +++ b/solr/site/index.html @@ -235,6 +235,9 @@ document.write("Last Published: " + document.lastModified); News

  • +14 September 2011 - Solr 3.4.0 Released +
  • +
  • 28 July 2011 - WARNING: Index corruption and crashes in Apache Lucene Core / Apache Solr with Java 7
  • @@ -364,7 +367,71 @@ customization is required.

    News

    - + +

    14 September 2011 - Solr 3.4.0 Released

    +

    The Lucene PMC is pleased to announce the release of Apache Solr 3.4.0! +

    +

    + Solr's version number was synced with Lucene following the Lucene/Solr merge, so Solr 3.4.0 contains Lucene 3.4.0. +

    +

    + If you are already using Apache Solr 3.1, 3.2 or 3.3, we strongly recommend you upgrade to 3.4.0 because of the index corruption bug on OS or computer crash or power loss (LUCENE-3418), now fixed in 3.4.0.

    +

    + Solr 3.4.0 release highlights include +

    +
      + +
    • Bug fixes and improvements from Apache Lucene 3.4.0, including a + major bug (LUCENE-3418) whereby a Lucene index could + easily become corrupted if the OS or computer crashed or lost + power.
    • + + +
    • SolrJ client can now parse grouped and range facets results + (SOLR-2523).
    • + + +
    • A new XsltUpdateRequestHandler allows posting XML that's + transformed by a provided XSLT into a valid Solr document + (SOLR-2630).
    • + + +
    • Post-group faceting option (group.truncate) can now compute + facet counts for only the highest ranking documents per-group. + (SOLR-2665).
    • + + +
    • Add commitWithin update request parameter to all update handlers + that were previously missing it. This tells Solr to commit the + change within the specified amount of time (SOLR-2540).
    • + + +
    • You can now specify NIOFSDirectory (SOLR-2670).
    • + + +
    • New parameter hl.phraseLimit speeds up FastVectorHighlighter + (LUCENE-3234).
    • + + +
    • The query cache and filter cache can now be disabled per request. + See this wiki page + (SOLR-2429).
    • + + +
    • Improved memory usage, build time, and performance of + SynonymFilterFactory (LUCENE-3233).
    • + + +
    • Added omitPositions to the schema, so you can omit position + information while still indexing term frequencies (LUCENE-2048).
    • + + +
    • Various fixes for multi-threaded DataImportHandler.
    • + +
    +

    See the release notes for a more complete list of all the new features, improvements, and bugfixes. +

    +

    28 July 2011 - WARNING: Index corruption and crashes in Apache Lucene Core / Apache Solr with Java 7

    Oracle released Java 7 today. Unfortunately it contains hotspot compiler optimizations, which miscompile some loops. @@ -402,13 +469,13 @@ customization is required. version shipped with Java 7 changed and tokenization behaves differently (e.g. lowercasing). For more information, read JRE_VERSION_MIGRATION.txt in your distribution package!

    - +

    22 July 2011 - Solr 3.1 cookbook published!

    Solr Cookbook coverRafał Kuć is proud to introduce a new book on Solr, "Apache Solr 3.1 Cookbook" from Packt Publishing.

    The Solr 3.1 Cookbook will make your everyday work easier by using real-life examples that show you how to deal with the most common problems that can arise while using the Apache Solr search engine.

    This cookbook will show you how to get the most out of your search engine. Each chapter covers a different aspect of working with Solr from analyzing your text data through querying, performance improvement, and developing your own modules. The practical recipes will help you to quickly solve common problems with data analysis, show you how to use faceting to collect data and to speed up the performance of Solr. You will learn about functionalities that most newbies are unaware of, such as sorting results by a function value, highlighting matched words, and computing statistics to make your work with Solr easy and stress free.

    - +

    July 2011 - Solr 3.3 Released

    The Lucene PMC is pleased to announce the release of Apache Solr 3.3!

    @@ -438,7 +505,7 @@ customization is required.

See the release notes for a more complete list of all the new features, improvements, and bugfixes.

- +

May 2011 - Solr 3.2 Released

The Lucene PMC is pleased to announce the release of Apache Solr 3.2!

@@ -464,7 +531,7 @@ customization is required.

See the release notes for a more complete list of all the new features, improvements, and bugfixes.

- +

March 2011 - Solr 3.1 Released

The Lucene PMC is pleased to announce the release of Apache Solr 3.1!

@@ -512,7 +579,7 @@ customization is required.

See the release notes for a more complete list of all the new features, improvements, and bugfixes.

- +

25 June 2010 - Solr 1.4.1 Released

Solr 1.4.1 has been released and is now available for public @@ -525,7 +592,7 @@ customization is required. See the release notes for more details.

- +

7 May 2010 - Apache Lucene Eurocon 2010 Coming to Prague May 18-21

On May 18th to the 21st Prague will play host to the first @@ -597,7 +664,7 @@ customization is required. - +

10 November 2009 - Solr 1.4 Released

Solr 1.4 has been released and is now available for public download! @@ -629,7 +696,7 @@ customization is required.

See the release notes for more details.

- +

20 August 2009 - Solr's first book is published!

@@ -644,7 +711,7 @@ customization is required.

Finally, this book covers various deployment considerations to include indexing strategies and performance-oriented configuration that will enable you to scale Solr to meet the needs of a high-volume site.

- +

18 August 2009 - Lucene at US ApacheCon

@@ -720,7 +787,7 @@ Be sure not to miss: Search - Jason Rutherglen @ 15:00 - +

09 February 2009 - Lucene at ApacheCon Europe 2009 in Amsterdam

@@ -758,23 +825,23 @@ Be sure not to miss: - +

19 December 2008 - Solr Logo Contest Results

Many great logos were submitted, but only one could be chosen. Congratulations Michiel, the creator of the winning logo that is proudly displayed at the top of this page.

- +

03 October 2008 - Solr Logo Contest

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.

- +

15 September 2008 - Solr 1.3.0 Available

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.

- +

28 August 2008 - Lucene/Solr at ApacheCon New Orleans

@@ -796,7 +863,7 @@ Be sure not to miss:

  • An entire day of Lucene sessions on November 5th
  • - +

    03 September 2007 - Lucene at ApacheCon Atlanta

    ApacheCon US logo @@ -816,7 +883,7 @@ Be sure not to miss:

  • November 16, 4:00 pm: Advanced Indexing Techniques with Apache Lucene by Michael Busch. Information on payloads and advanced indexing techniques.
  • - +

    06 June 2007: Release 1.2 available

    This is the first release since Solr graduated from the Incubator, @@ -826,40 +893,40 @@ Be sure not to miss: and more flexible plugins.

    See the release notes for more details.

    - +

    17 January 2007: Solr graduates from Incubator

    Solr has graduated from the Apache Incubator, and is now a sub-project of Lucene.

    - +

    22 December 2006: Release 1.1.0 available

    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.

    - +

    15 August 2006: Solr at ApacheCon US

    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.

    - +

    21 April 2006: Solr at ApacheCon

    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.

    - +

    21 February 2006: nightly builds

    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.

    - +

    17 January 2006: Solr Joins Apache Incubator

    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/solr/site/skin/basic.css b/solr/site/skin/basic.css index eb24c326c6c..4ed58b99ae7 100755 --- a/solr/site/skin/basic.css +++ b/solr/site/skin/basic.css @@ -163,4 +163,4 @@ p { .codefrag { font-family: "Courier New", Courier, monospace; font-size: 110%; -} \ No newline at end of file +} diff --git a/solr/site/skin/screen.css b/solr/site/skin/screen.css index ef5215306db..4e2e040c84a 100755 --- a/solr/site/skin/screen.css +++ b/solr/site/skin/screen.css @@ -584,4 +584,4 @@ p.instruction { list-style-image: url('../images/instruction_arrow.png'); list-style-position: outside; margin-left: 2em; -} \ No newline at end of file +} diff --git a/solr/site/version_control.pdf b/solr/site/version_control.pdf index 1b9db7832cf3635f857578e7f81ade239b547221..084e025ca72a8569683e657cf981e4e9013128a9 100755 GIT binary patch delta 184 zcmX??buMc{Cy%9}iJ`H9v7wQ!fyu_HXL$rHbq!5I42`V}jIF?en~QiSFk*;K7UI{% z5Zvs~zd$wK(!ku=%+lP_$ko)`+0nqz(A3$<+}YX4($&S%*x1S3PQiwtl2|S~JFeoA Y#G;alqSQ1lLn9MQLoQWSSARDy002KNXaE2J delta 184 zcmX??buMc{Cy#}(p`n?fg`tVIfzigPXL$rHbd3!|49%