Return-Path: X-Original-To: apmail-lucene-commits-archive@www.apache.org Delivered-To: apmail-lucene-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 657567FC9 for ; Wed, 14 Sep 2011 17:05:07 +0000 (UTC) Received: (qmail 83575 invoked by uid 500); 14 Sep 2011 17:05:07 -0000 Mailing-List: contact commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list commits@lucene.apache.org Received: (qmail 83568 invoked by uid 99); 14 Sep 2011 17:05:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Sep 2011 17:05:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Sep 2011 17:05:04 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id AC01123888EA; Wed, 14 Sep 2011 17:04:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1170714 - in /lucene/site: publish/ publish/skin/ src/documentation/content/xdocs/ Date: Wed, 14 Sep 2011 17:04:44 -0000 To: commits@lucene.apache.org From: mikemccand@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110914170444.AC01123888EA@eris.apache.org> Author: mikemccand Date: Wed Sep 14 17:04:43 2011 New Revision: 1170714 URL: http://svn.apache.org/viewvc?rev=1170714&view=rev Log: website changes for 3.4.0 Modified: lucene/site/publish/index.html lucene/site/publish/index.pdf lucene/site/publish/linkmap.pdf lucene/site/publish/mail.pdf lucene/site/publish/skin/basic.css lucene/site/publish/skin/print.css lucene/site/publish/skin/profile.css lucene/site/publish/skin/screen.css lucene/site/publish/who.pdf lucene/site/src/documentation/content/xdocs/index.xml Modified: lucene/site/publish/index.html URL: http://svn.apache.org/viewvc/lucene/site/publish/index.html?rev=1170714&r1=1170713&r2=1170714&view=diff ============================================================================== --- lucene/site/publish/index.html (original) +++ lucene/site/publish/index.html Wed Sep 14 17:04:43 2011 @@ -199,6 +199,9 @@ document.write("Last Published: " + docu News
  • +14 September 2011 - Lucene Core 3.4.0 and Solr 3.4.0 Available +
  • +
  • 28 July 2011 - WARNING: Index corruption and crashes in Apache Lucene Core / Apache Solr with Java 7
  • @@ -266,7 +269,100 @@ the

    News

    - + +

    14 September 2011 - Lucene Core 3.4.0 and Solr 3.4.0 Available

    +

    The Lucene PMC is pleased to announce the availability of Apache Lucene 3.4.0 and Apache Solr 3.4.0. +

    +

    Lucene can be downloaded from http://www.apache.org/dyn/closer.cgi/lucene/java/ and Solr can be downloaded from http://www.apache.org/dyn/closer.cgi/lucene/solr/ +

    +

    If you are already using Apache Lucene 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.

    +

    Highlights of the Lucene release include:

    +
      + +
    • Fixed a major bug (LUCENE-3418) whereby a Lucene index could + easily become corrupted if the OS or computer crashed or lost + power.
    • + + +
    • Added a new faceting module (contrib/facet) for computing facet + counts (both hierarchical and non-hierarchical) at search + time (LUCENE-3079).
    • + + +
    • Added a new join module (contrib/join), enabling indexing and + searching of nested (parent/child) documents using + BlockJoinQuery/Collector (LUCENE-3171).
    • + + +
    • It is now possible to index documents with term frequencies + included but without positions (LUCENE-2048); previously + omitTermFreqAndPositions always omitted both.
    • + + +
    • The modular QueryParser (contrib/queryparser) can now create + NumericRangeQuery.
    • + + +
    • Added SynonymFilter, in contrib/analyzers, to apply multi-word + synonyms during indexing or querying, including parsers to read + the wordnet and solr synonym formats (LUCENE-3233).
    • + + +
    • You can now control how documents that don't have a value on the + sort field should sort (LUCENE-3390), using SortField.setMissingValue.
    • + + +
    • Fixed a case where term vectors could be silently deleted from the + index after addIndexes (LUCENE-3402).
    • + +
    +

    Highlights of the Solr release include:

    +
      + + +
    • 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.
    • + +
    +

    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. @@ -304,7 +400,7 @@ the JRE_VERSION_MIGRATION.txt in your distribution package!

    - +

    1 July 2011 - Lucene Core 3.3 and Solr 3.3 Available

    The Lucene PMC is pleased to announce the availability of Apache Lucene 3.3 and Apache Solr 3.3.

    @@ -364,7 +460,7 @@ the +

    4 June 2011 - Lucene Core 3.2 and Solr 3.2 Available

    The Lucene PMC is pleased to announce the availability of Apache Lucene 3.2 and Apache Solr 3.2.

    @@ -429,7 +525,7 @@ the +

    31 March 2011 - Lucene Core 3.1 and Solr 3.1 Available

    The Lucene PMC is pleased to announce the availability of Apache Lucene 3.1 and Apache Solr 3.1. The version number for Solr 3.1 was chosen to reflect the merge of @@ -518,7 +614,7 @@ the +

    3 December 2010 - Lucene Java 3.0.3 and 2.9.4 available

    Both releases fix bugs in the previous versions: @@ -573,7 +669,7 @@ the here.

    - +

    25 June 2010 - Solr 1.4.1 Released

    Solr 1.4.1 has been released and is now available for public @@ -586,7 +682,7 @@ the release notes for more details.

    - +

    18 June 2010 - Lucene Java 3.0.2 and 2.9.3 available

    Both releases fix bugs in the previous versions: Modified: lucene/site/publish/index.pdf URL: http://svn.apache.org/viewvc/lucene/site/publish/index.pdf?rev=1170714&r1=1170713&r2=1170714&view=diff ============================================================================== Binary files - no diff available. Modified: lucene/site/publish/linkmap.pdf URL: http://svn.apache.org/viewvc/lucene/site/publish/linkmap.pdf?rev=1170714&r1=1170713&r2=1170714&view=diff ============================================================================== Binary files - no diff available. Modified: lucene/site/publish/mail.pdf URL: http://svn.apache.org/viewvc/lucene/site/publish/mail.pdf?rev=1170714&r1=1170713&r2=1170714&view=diff ============================================================================== Binary files - no diff available. Modified: lucene/site/publish/skin/basic.css URL: http://svn.apache.org/viewvc/lucene/site/publish/skin/basic.css?rev=1170714&r1=1170713&r2=1170714&view=diff ============================================================================== --- lucene/site/publish/skin/basic.css (original) +++ lucene/site/publish/skin/basic.css Wed Sep 14 17:04:43 2011 @@ -163,4 +163,4 @@ p { .codefrag { font-family: "Courier New", Courier, monospace; font-size: 110%; -} +} \ No newline at end of file Modified: lucene/site/publish/skin/print.css URL: http://svn.apache.org/viewvc/lucene/site/publish/skin/print.css?rev=1170714&r1=1170713&r2=1170714&view=diff ============================================================================== --- lucene/site/publish/skin/print.css (original) +++ lucene/site/publish/skin/print.css Wed Sep 14 17:04:43 2011 @@ -51,4 +51,4 @@ a:link, a:visited { acronym { border: 0; -} +} \ No newline at end of file Modified: lucene/site/publish/skin/profile.css URL: http://svn.apache.org/viewvc/lucene/site/publish/skin/profile.css?rev=1170714&r1=1170713&r2=1170714&view=diff ============================================================================== --- lucene/site/publish/skin/profile.css (original) +++ lucene/site/publish/skin/profile.css Wed Sep 14 17:04:43 2011 @@ -164,4 +164,4 @@ a:hover { color:#6587ff} #footer a:visited { color:black } #footer a:hover { color:black } #footer a { color:black } - + \ No newline at end of file Modified: lucene/site/publish/skin/screen.css URL: http://svn.apache.org/viewvc/lucene/site/publish/skin/screen.css?rev=1170714&r1=1170713&r2=1170714&view=diff ============================================================================== --- lucene/site/publish/skin/screen.css (original) +++ lucene/site/publish/skin/screen.css Wed Sep 14 17:04:43 2011 @@ -591,4 +591,4 @@ p.instruction { list-style-image: url('../images/instruction_arrow.png'); list-style-position: outside; margin-left: 2em; -} +} \ No newline at end of file Modified: lucene/site/publish/who.pdf URL: http://svn.apache.org/viewvc/lucene/site/publish/who.pdf?rev=1170714&r1=1170713&r2=1170714&view=diff ============================================================================== Binary files - no diff available. Modified: lucene/site/src/documentation/content/xdocs/index.xml URL: http://svn.apache.org/viewvc/lucene/site/src/documentation/content/xdocs/index.xml?rev=1170714&r1=1170713&r2=1170714&view=diff ============================================================================== --- lucene/site/src/documentation/content/xdocs/index.xml (original) +++ lucene/site/src/documentation/content/xdocs/index.xml Wed Sep 14 17:04:43 2011 @@ -40,6 +40,83 @@ the Lucene Core p

    News +
    14 September 2011 - Lucene Core 3.4.0 and Solr 3.4.0 Available +

    The Lucene PMC is pleased to announce the availability of Apache Lucene 3.4.0 and Apache Solr 3.4.0. +

    +

    Lucene can be downloaded from http://www.apache.org/dyn/closer.cgi/lucene/java/ and Solr can be downloaded from http://www.apache.org/dyn/closer.cgi/lucene/solr/

    + +

    If you are already using Apache Lucene 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.

    + +

    Highlights of the Lucene release include:

    +
      +
    • Fixed a major bug (LUCENE-3418) whereby a Lucene index could + easily become corrupted if the OS or computer crashed or lost + power.
    • + +
    • Added a new faceting module (contrib/facet) for computing facet + counts (both hierarchical and non-hierarchical) at search + time (LUCENE-3079).
    • + +
    • Added a new join module (contrib/join), enabling indexing and + searching of nested (parent/child) documents using + BlockJoinQuery/Collector (LUCENE-3171).
    • + +
    • It is now possible to index documents with term frequencies + included but without positions (LUCENE-2048); previously + omitTermFreqAndPositions always omitted both.
    • + +
    • The modular QueryParser (contrib/queryparser) can now create + NumericRangeQuery.
    • + +
    • Added SynonymFilter, in contrib/analyzers, to apply multi-word + synonyms during indexing or querying, including parsers to read + the wordnet and solr synonym formats (LUCENE-3233).
    • + +
    • You can now control how documents that don't have a value on the + sort field should sort (LUCENE-3390), using SortField.setMissingValue.
    • + +
    • Fixed a case where term vectors could be silently deleted from the + index after addIndexes (LUCENE-3402).
    • +
    + +

    Highlights of the Solr release include:

    + +
      + +
    • 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.
    • +
    + +
    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.