You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by bu...@apache.org on 2014/04/28 17:24:07 UTC

svn commit: r907167 [1/2] - in /websites/staging/lucene/trunk/content: ./ core/ openrelevance/ solr/

Author: buildbot
Date: Mon Apr 28 15:24:07 2014
New Revision: 907167

Log:
Staging update by buildbot for lucene

Modified:
    websites/staging/lucene/trunk/content/   (props changed)
    websites/staging/lucene/trunk/content/.htaccess
    websites/staging/lucene/trunk/content/core/corenews.html
    websites/staging/lucene/trunk/content/core/developer.html
    websites/staging/lucene/trunk/content/core/discussion.html
    websites/staging/lucene/trunk/content/core/doap.rdf
    websites/staging/lucene/trunk/content/core/documentation.html
    websites/staging/lucene/trunk/content/core/downloads.html
    websites/staging/lucene/trunk/content/core/features.html
    websites/staging/lucene/trunk/content/core/index.html
    websites/staging/lucene/trunk/content/core/mirrors-core-latest-redir.html
    websites/staging/lucene/trunk/content/core/mirrors-core-redir.html
    websites/staging/lucene/trunk/content/core/quickstart.html
    websites/staging/lucene/trunk/content/core/systemreqs.html
    websites/staging/lucene/trunk/content/index.html
    websites/staging/lucene/trunk/content/mainnews.html
    websites/staging/lucene/trunk/content/openrelevance/mailing-lists.html
    websites/staging/lucene/trunk/content/openrelevance/orpnews.html
    websites/staging/lucene/trunk/content/privacy.html
    websites/staging/lucene/trunk/content/site-instructions.html
    websites/staging/lucene/trunk/content/solr/books.html
    websites/staging/lucene/trunk/content/solr/discussion.html
    websites/staging/lucene/trunk/content/solr/doap.rdf
    websites/staging/lucene/trunk/content/solr/documentation.html
    websites/staging/lucene/trunk/content/solr/downloads.html
    websites/staging/lucene/trunk/content/solr/features.html
    websites/staging/lucene/trunk/content/solr/index.html
    websites/staging/lucene/trunk/content/solr/mirrors-solr-latest-redir.html
    websites/staging/lucene/trunk/content/solr/mirrors-solr-redir.html
    websites/staging/lucene/trunk/content/solr/quickstart.html
    websites/staging/lucene/trunk/content/solr/screenshots.html
    websites/staging/lucene/trunk/content/solr/solrnews.html
    websites/staging/lucene/trunk/content/solr/tutorial.html
    websites/staging/lucene/trunk/content/solr/versioncontrol.html
    websites/staging/lucene/trunk/content/whoweare.html

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Apr 28 15:24:07 2014
@@ -1 +1 @@
-1590510
+1590673

Modified: websites/staging/lucene/trunk/content/.htaccess
==============================================================================
--- websites/staging/lucene/trunk/content/.htaccess (original)
+++ websites/staging/lucene/trunk/content/.htaccess Mon Apr 28 15:24:07 2014
@@ -15,22 +15,16 @@ RedirectMatch Permanent /solr/version_co
 RedirectMatch Permanent /solr/mailing_lists.html /solr/discussion.html
 RedirectMatch Permanent /solr/issue_tracking.html https://issues.apache.org/jira/browse/SOLR
 
-# Legacy, unversioned Solr javadoc links
-#
-# for the top level overview page, send to our CMS managed overview page
-RedirectMatch Permanent /core/api$ /core/documentation.html
-RedirectMatch Permanent /core/api/$ /core/documentation.html
-RedirectMatch Permanent /core/api/index.html$ /core/documentation.html
-RedirectMatch Permanent /solr/api$ /solr/documentation.html
-RedirectMatch Permanent /solr/api/$ /solr/documentation.html
-RedirectMatch Permanent /solr/api/index.html$ /solr/documentation.html
-#
+# Simple redirect to "directory", so later rules match
+RedirectMatch temp /core/api$ /core/api/
+RedirectMatch temp /solr/api$ /solr/api/
+
 # Other pages can always be redirected to the "most current" released javadocs
 # using "temp" instead of permanent so crawlers know that they
 # might change again in the future
-RedirectMatch temp /core/api/(.*) /core/4_7_2/$1
-RedirectMatch temp /solr/api/org/(.*) /solr/4_7_2/solr-core/org/$1
-RedirectMatch temp /solr/api/(.*) /solr/4_7_2/$1
+RedirectMatch temp /core/api/(.*) /core/4_8_0/$1
+RedirectMatch temp /solr/api/org/(.*) /solr/4_8_0/solr-core/org/$1
+RedirectMatch temp /solr/api/(.*) /solr/4_8_0/$1
 
 # we no longer have a TLP mail.html page use 'core' for now
 RedirectMatch Permanent /mail.html /core/discussion.html

Modified: websites/staging/lucene/trunk/content/core/corenews.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/corenews.html (original)
+++ websites/staging/lucene/trunk/content/core/corenews.html Mon Apr 28 15:24:07 2014
@@ -209,565 +209,7 @@
     <div id="main">
       <h1 class="title"></h1>
 
-      <div><h1 id="lucenewzxhzdk0tmwzxhzdk1-core-news">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> Core News</h1>
-<h2 id="15-april-2014-lucene-core-472-available">15 April 2014 - Lucene Core 4.7.2 Available</h2>
-<p>The Lucene PMC is pleased to announce the release of Apache Lucene 4.7.2</p>
-<p>Apache Lucene is a high-performance, full-featured text search engine
-library written entirely in Java. It is a technology suitable for nearly
-any application that requires full-text search, especially cross-platform.</p>
-<p>The release is available for immediate download at:
- <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a> </p>
-<p>Lucene 4.7.2 includes 2 bug fixes, including a possible index corruption 
-with near-realtime search.</p>
-<p>See the <a href="/core/4_7_2/changes/Changes.html">CHANGES.txt</a> file included with the
-release for a full list of changes and further details.</p>
-<h2 id="02-april-2014-lucene-core-471-available">02 April 2014 - Lucene Core 4.7.1 Available</h2>
-<p>The Lucene PMC is pleased to announce the release of Apache Lucene 4.7.1</p>
-<p>Apache Lucene is a high-performance, full-featured text search engine
-library written entirely in Java. It is a technology suitable for nearly
-any application that requires full-text search, especially cross-platform.</p>
-<p>The release is available for immediate download at:
- <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a> </p>
-<p>Lucene 4.7.1 includes 14 bug fixes; one build improvement; and one change in
-runtime behavior: AutomatonQuery.equals is no longer implemented as "accepts
-same language".</p>
-<p>See the <a href="/core/4_7_1/changes/Changes.html">CHANGES.txt</a> file included with the
-release for a full list of changes and further details.</p>
-<h2 id="12-march-2014-apache-lucene-48-will-require-java-7">12 March 2014 - Apache Lucene 4.8 will require Java 7</h2>
-<p>The Apache Lucene committers decided with a large majority on the vote to require <strong>Java 7</strong> for the next minor release of Apache Lucene (version 4.8)!</p>
-<p>The next release will also contain some improvements for Java 7:</p>
-<ul>
-<li>
-<p>Better file handling (especially on Windows) in the directory implementations. Files can now be deleted on windows, although the index is still open - like it was always possible on Unix environments (delete on last close semantics).</p>
-</li>
-<li>
-<p>Speed improvements in sorting comparators: Sorting now uses Java 7's own comparators for integer and long sorts, which are highly optimized by the Hotspot VM.</p>
-</li>
-</ul>
-<p>If you want to stay up-to-date with Lucene and Solr, you should upgrade your infrastructure to Java 7.
-Please be aware that you must use at least use Java 7u1.
-The recommended version at the moment is Java 7u25. Later versions like 7u40, 7u45,... have a bug causing index corrumption.
-Ideally use the Java 7u60 prerelease, which has fixed this bug. Once 7u60 is out, this will be the recommended version.
-In addition, there is no more Oracle/BEA JRockit available for Java 7, use the official Oracle Java 7.
-JRockit was never working correctly with Lucene/Solr (causing index corrumption), so this should not be an issue.
-Please also review our list of JVM bugs: <a href="http://wiki.apache.org/lucene-java/JavaBugs">http://wiki.apache.org/lucene-java/JavaBugs</a></p>
-<p><em>EDIT (as of 15 April 2014):</em> The recently released Java 7u55 fixes the above bug causing index corrumption.
-This version is now the recommended version for running Apache Lucene.</p>
-<h2 id="26-february-2014-lucene-core-47-available">26 February 2014 - Lucene Core 4.7 Available</h2>
-<p>The Lucene PMC is pleased to announce the release of Apache Lucene 4.7</p>
-<p>Apache Lucene is a high-performance, full-featured text search engine
-library written entirely in Java. It is a technology suitable for nearly
-any application that requires full-text search, especially cross-platform.</p>
-<p>This release contains numerous bug fixes, optimizations, and
-improvements, some of which are highlighted below. The release
-is available for immediate download at:
-  <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a></p>
-<p>See the <a href="/core/4_7_0/changes/Changes.html">CHANGES.txt</a> file included
-with the release for a full list of details.</p>
-<h3 id="lucene-47-release-highlights">Lucene 4.7 Release Highlights:</h3>
-<ul>
-<li>
-<p>When sorting by String (SortField.STRING), you can now specify whether missing values should be sorted first (the default), or last. </p>
-</li>
-<li>
-<p>Add two memory resident dictionaries (FST terms dictionary and FSTOrd
-  terms dictionary) to improve primary key lookups. The
-  PostingsBaseFormat API is also changed so that term dictionaries get
-  the ability to block encode term metadata, and all dictionary
-  implementations can now plug in any PostingsBaseFormat.</p>
-</li>
-<li>
-<p>NRT support for file systems that do not have delete on last close or cannot delete while referenced semantics.</p>
-</li>
-<li>
-<p>Add LongBitSet for managing more than 2.1B bits (otherwise use FixedBitSet).</p>
-</li>
-<li>
-<p>Speed up Lucene range faceting from O(N) per hit to O(log(N)) per hit using segment trees.</p>
-</li>
-<li>
-<p>Add SearcherTaxonomyManager over search and taxonomy index directories
-  (i.e. not only NRT).</p>
-</li>
-<li>
-<p>Drilling down or sideways on a Lucene facet range (using
-  Range.getFilter()) is now faster for costly filters (uses random
-  access, not iteration); range facet counts now accept a fast-match
-  filter to avoid computing the value for documents that are out of
-  bounds, e.g. using a bounding box filter with distance range faceting.</p>
-</li>
-<li>
-<p>Add Analyzer for Kurdish.</p>
-</li>
-<li>
-<p>Add Payload support to FileDictionary (Suggest) and make it more configurable.</p>
-</li>
-<li>
-<p>Add a new BlendedInfixSuggester, which is like AnalyzingInfixSuggester but boosts suggestions that matched tokens with lower positions.</p>
-</li>
-<li>
-<p>Add SimpleQueryParser: parser for human-entered queries.</p>
-</li>
-<li>
-<p>Add multitermquery (wildcards,prefix,etc) to PostingsHighlighter.</p>
-</li>
-<li>
-<p>Upgrade to Spatial4j 0.4.1: Parses WKT (including ENVELOPE) with extension BUFFER; buffering a point results in a Circle. JTS isn't
-  needed for WKT any more but remains required for Polygons. New Shapes: ShapeCollection and BufferedLineString.</p>
-</li>
-<li>
-<p>Add spatial SerializedDVStrategy that serializes a binary
-  representation of a shape into BinaryDocValues. It supports exact
-  geometry relationship calculations.</p>
-</li>
-<li>
-<p>Various bugfixes and optimizations since the 4.6.1 release.</p>
-</li>
-</ul>
-<h2 id="28-january-2014-lucene-core-461-available">28 January 2014 - Lucene Core 4.6.1 Available</h2>
-<p>The Lucene PMC is pleased to announce the release of Apache Lucene 4.6.1</p>
-<p>Apache Lucene is a high-performance, full-featured text search engine
-library written entirely in Java. It is a technology suitable for nearly
-any application that requires full-text search, especially cross-platform.</p>
-<p>This release contains a handful of bug fixes. The release
-is available for immediate download at:
-   <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a></p>
-<p>See the <a href="/core/4_6_1/changes/Changes.html">CHANGES.txt</a> file included
-with the release for a full list of details.</p>
-<h2 id="24-november-2013-lucene-core-46-available">24 November 2013 - Lucene Core 4.6 Available</h2>
-<p>The Lucene PMC is pleased to announce the release of Apache Lucene 4.6</p>
-<p>Apache Lucene is a high-performance, full-featured text search engine
-library written entirely in Java. It is a technology suitable for nearly
-any application that requires full-text search, especially cross-platform.</p>
-<p>This release contains numerous bug fixes, optimizations, and
-improvements, some of which are highlighted below. The release
-is available for immediate download at:
-  <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a></p>
-<p>See the <a href="/core/4_6_0/changes/Changes.html">CHANGES.txt</a> file included
-with the release for a full list of details.</p>
-<h3 id="lucene-46-release-highlights">Lucene 4.6 Release Highlights:</h3>
-<ul>
-<li>
-<p>Added support for NumericDocValues field updates (without re-indexing the document) through IndexWriter.updateNumericDocValue(Term, String, Long).</p>
-</li>
-<li>
-<p>New FreeTextSuggester can predict the next word using a simple ngram language model useful for "long tail" suggestions.</p>
-</li>
-<li>
-<p>A new expression module allows for customized ranking with script-like syntax.</p>
-</li>
-<li>
-<p>A new DirectDocValuesFormat can hold all doc values in heap as uncompressed java native arrays.</p>
-</li>
-<li>
-<p>Term.hasFreqs can now determine if a given field indexed per-doc term frequencies.</p>
-</li>
-<li>
-<p>Various bugfixes and optimizations since the 4.5.1 release.</p>
-</li>
-</ul>
-<h2 id="24-october-2013-lucene-core-451-available">24 October 2013 - Lucene Core 4.5.1 Available</h2>
-<p>The Lucene PMC is pleased to announce the release of Apache Lucene 4.5.1</p>
-<p>Apache Lucene is a high-performance, full-featured text search engine
-library written entirely in Java. It is a technology suitable for nearly
-any application that requires full-text search, especially cross-platform.</p>
-<p>This release contains a handful of bug fixes. The release
-is available for immediate download at:
-   <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a></p>
-<p>See the <a href="/core/4_5_1/changes/Changes.html">CHANGES.txt</a> file included
-with the release for a full list of details.</p>
-<h3 id="lucene-451-release-highlights">Lucene 4.5.1 Release Highlights:</h3>
-<ul>
-<li>Lucene 4.5.1 includes 8 bug fixes.</li>
-</ul>
-<h2 id="5-october-2013-lucene-core-45-available">5 October 2013 - Lucene Core 4.5 Available</h2>
-<p>The Lucene PMC is pleased to announce the release of Apache Lucene 4.5</p>
-<p>Apache Lucene is a high-performance, full-featured text search engine
-library written entirely in Java. It is a technology suitable for nearly
-any application that requires full-text search, especially cross-platform.</p>
-<p>This release contains numerous bug fixes, optimizations, and
-improvements, some of which are highlighted below. The release
-is available for immediate download at:
-  <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a></p>
-<p>See the <a href="/core/4_5_0/changes/Changes.html">CHANGES.txt</a> file included
-with the release for a full list of details.</p>
-<h3 id="lucene-45-release-highlights">Lucene 4.5 Release Highlights:</h3>
-<ul>
-<li>
-<p>Added support for missing values to DocValues fields through
-  AtomicReader.getDocsWithField.</p>
-</li>
-<li>
-<p>Lucene 4.5 has a new Lucene45Codec with Lucene45DocValues, supporting
-  missing values and with most datastructures residing off-heap.</p>
-</li>
-<li>
-<p>New in-memory DocIdSet implementations which are especially better than
-  FixedBitSet on small sets: WAH8DocIdSet, PFORDeltaDocIdSet and EliasFanoDocIdSet.</p>
-</li>
-<li>
-<p>CachingWrapperFilter now caches filters with WAH8DocIdSet by default, which
-  has the same memory usage as FixedBitSet in the worst case but is smaller and
-  faster on small sets.</p>
-</li>
-<li>
-<p>TokenStreams now set the position increment in end(), so we can handle
-  trailing holes.</p>
-</li>
-<li>
-<p>IndexWriter no longer clones the given IndexWriterConfig.</p>
-</li>
-<li>
-<p>Various bugfixes and optimizations since the 4.4 release.</p>
-</li>
-</ul>
-<h2 id="23-july-2013-lucene-core-44-available">23 July 2013 - Lucene Core 4.4 Available</h2>
-<p>The Lucene PMC is pleased to announce the release of Apache Lucene 4.4</p>
-<p>Apache Lucene is a high-performance, full-featured text search engine
-library written entirely in Java. It is a technology suitable for nearly
-any application that requires full-text search, especially cross-platform.</p>
-<p>This release contains numerous bug fixes, optimizations, and
-improvements, some of which are highlighted below. The release
-is available for immediate download at:
-  <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a></p>
-<p>See the <a href="/core/4_4_0/changes/Changes.html">CHANGES.txt</a> file included
-with the release for a full list of details.</p>
-<h3 id="lucene-44-release-highlights">Lucene 4.4 Release Highlights:</h3>
-<ul>
-<li>
-<p>New Replicator module: replicate index revisions between server and
-  client. See <a href="http://shaierera.blogspot.com/2013/05/the-replicator.html">http://shaierera.blogspot.com/2013/05/the-replicator.html</a></p>
-</li>
-<li>
-<p>New AnalyzingInfixSuggester: finds suggestions based on matches to any
-  tokens in the suggestion, not just based on pure prefix matching.  See
-  <a href="http://blog.mikemccandless.com/2013/06/a-new-lucene-suggester-based-on-infix.html">http://blog.mikemccandless.com/2013/06/a-new-lucene-suggester-based-on-infix.html</a></p>
-</li>
-<li>
-<p>New PatternCaptureGroupTokenFilter: emit multiple tokens, one for each 
-  capture group in one or more Java regexes.</p>
-</li>
-<li>
-<p>New Lucene Facet module features: </p>
-<ul>
-<li>Added dynamic (no taxonomy index used) numeric range faceting (see
-  <a href="http://blog.mikemccandless.com/2013/05/dynamic-faceting-with-lucene.html">http://blog.mikemccandless.com/2013/05/dynamic-faceting-with-lucene.html</a> )</li>
-<li>Arbitrary Querys are now allowed for per-dimension drill-down on
-  DrillDownQuery and DrillSideways, to support future dynamic faceting.</li>
-<li>New FacetResult.mergeHierarchies: merge multiple FacetResult of the
-  same dimension into a single one with the reconstructed hierarchy.</li>
-</ul>
-</li>
-<li>
-<p>FST's Builder can now handle more than 2.1 billion "tail nodes" while
-  building a minimal FST.</p>
-</li>
-<li>
-<p>FieldCache Ints and Longs now use bit-packing to save memory. String fields
-  have more efficient compression if there are many unique terms.</p>
-</li>
-<li>
-<p>Improved compression for NumericDocValues for dates and fields with very
-  small numbers of unique values.</p>
-</li>
-<li>
-<p>New IndexWriter.hasUncommittedChanges(): returns true if there are changes
-  that have not been committed.</p>
-</li>
-<li>
-<p>multiValuedSeparator in PostingsHighlighter is now configurable, for cases
-  where you want a different logical separator between field values.</p>
-</li>
-<li>
-<p>NorwegianLightStemFilter and NorwegianMinimalStemFilter have been extended 
-  to handle "nynorsk".</p>
-</li>
-<li>
-<p>New ScandinavianFoldingFilter and ScandinavianNormalizationFilter.</p>
-</li>
-<li>
-<p>Easier compressed norms: Lucene42NormsFormat now takes an overhead
-  parameter, allowing for values other than PackedInts.FASTEST.</p>
-</li>
-<li>
-<p>Analyzer now has an additional tokenStream(String fieldName, String text)
-  method, so wrapping by StringReader for common use is no longer needed.</p>
-</li>
-<li>
-<p>New SimpleMergedSegmentWarmer: just ensures that data structures
-  (terms, norms, docvalues, etc.) are initialized.</p>
-</li>
-<li>
-<p>IndexWriter flushes segments to the compound file format by default.</p>
-</li>
-<li>
-<p>Various bugfixes and optimizations since the 4.3.1 release.</p>
-</li>
-</ul>
-<h2 id="18-june-2013-lucene-core-431-available">18 June 2013 - Lucene Core 4.3.1 Available</h2>
-<p>The Lucene PMC is pleased to announce the release of Apache Lucene 4.3.1</p>
-<p>Apache Lucene is a high-performance, full-featured text search engine
-library written entirely in Java. It is a technology suitable for nearly
-any application that requires full-text search, especially cross-platform.</p>
-<p>This release contains a handful of bug fixes and optimizations,
-some of which are highlighted below. The release
-is available for immediate download at:
-   <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a></p>
-<p>See the <a href="/core/4_3_1/changes/Changes.html">CHANGES.txt</a> file included
-with the release for a full list of details.</p>
-<h3 id="lucene-431-release-highlights">Lucene 4.3.1 Release Highlights:</h3>
-<ul>
-<li>Lucene 4.3.1 includes 12 bug fixes and 1 optimization, including fixes
-for a serious bug that can cause deadlock.</li>
-</ul>
-<h2 id="6-may-2013-lucene-core-430-available">6 May 2013 - Lucene Core 4.3.0 Available</h2>
-<p>The Lucene PMC is pleased to announce the release of Apache Lucene 4.3</p>
-<p>Apache Lucene is a high-performance, full-featured text search engine
-library written entirely in Java. It is a technology suitable for nearly
-any application that requires full-text search, especially cross-platform.</p>
-<p>This release contains a handful of bug fixes and optimizations,
-some of which are highlighted below. The release
-is available for immediate download at:
-   <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a></p>
-<p>See the <a href="/core/4_3_0/changes/Changes.html">CHANGES.txt</a> file included 
-with the release for a full list of details.</p>
-<h3 id="lucene-430-release-highlights">Lucene 4.3.0 Release Highlights:</h3>
-<ul>
-<li>
-<p>Significant performance improvements for minShouldMatch BooleanQuery due to
-  skipping resulting in up to 4000% faster queries.</p>
-</li>
-<li>
-<p>A new SortingAtomicReader which allows sorting an index based on a sort criteria (e.g.
-  a numeric DocValues field), as well as SortingMergePolicy which sorts documents before
-  segments are merged.</p>
-</li>
-<li>
-<p>DocIdSetIterator and Scorer now has a cost API that provides an upper bound
-  of the number of documents the iterator might match. This API allows optimisation
-  during query execution or how filters are applied.</p>
-</li>
-<li>
-<p>Analyzing/FuzzySuggester now allow to record arbitrary byte[] as a payload. The suggesters
-  also use an ending offset to determine whether the last token was finished or not, so that
-  a query "i " will no longer suggest "Isla de Muerta" for example.</p>
-</li>
-<li>
-<p>Lucene Spatial Module can now search for indexed shapes by Within, Contains, and Disjoint
-  relationships, in addition to typical Intersects.</p>
-</li>
-<li>
-<p>PostingsHighlighter now allows custom passage scores, per-field BreakIterators and has been
-  detached from TopDocs. Additionally, subclasses can override where string values for highlighting
-  are pulled from alternatively to stored fields.</p>
-</li>
-<li>
-<p>New SearcherTaxonomyManager manages near-real-time reopens of both IndexSearcher and
-  TaxonomyReader (for faceting).</p>
-</li>
-<li>
-<p>Added new facet method to the facet module to compute facet counts using SortedSetDocValuesField,
-  without a separate taxonomy index.</p>
-</li>
-<li>
-<p>DrillSideways class, for computing sideways facet counts, is now more flexible: it allows more
-  than one FacetRequest per dimension and now allows drilling down on dimensions that do not have a
-  facet request.</p>
-</li>
-<li>
-<p>Various bugfixes and optimizations since the 4.2.1 release.</p>
-</li>
-</ul>
-<h2 id="3-april-2013-lucene-core-421-available">3 April 2013 - Lucene Core 4.2.1 Available</h2>
-<p>The Lucene PMC is pleased to announce the release of Apache Lucene 4.2.1</p>
-<p>Apache Lucene is a high-performance, full-featured text search engine
-library written entirely in Java. It is a technology suitable for nearly
-any application that requires full-text search, especially cross-platform.</p>
-<p>This release contains a handful of bug fixes and optimizations,
-some of which are highlighted below. The release
-is available for immediate download at:
-   <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a></p>
-<p>See the <a href="/core/4_2_1/changes/Changes.html">CHANGES.txt</a> file included 
-with the release for a full list of details.</p>
-<h3 id="lucene-421-release-highlights">Lucene 4.2.1 Release Highlights:</h3>
-<ul>
-<li>Lucene 4.2.1 includes 9 bug fixes and 3 optimizations, including a fix 
-for a serious bug that could result in the loss of an index.</li>
-</ul>
-<h2 id="11-march-2013-lucene-core-420-available">11 March 2013 - Lucene Core 4.2.0 Available</h2>
-<p>The Lucene PMC is pleased to announce the release of Apache Lucene 4.2</p>
-<p>Apache Lucene is a high-performance, full-featured text search engine
-library written entirely in Java. It is a technology suitable for nearly
-any application that requires full-text search, especially cross-platform.</p>
-<p>This release contains numerous bug fixes, optimizations, and
-improvements, some of which are highlighted below. The release
-is available for immediate download at:
-   <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a></p>
-<p>See the <a href="/core/4_2_0/changes/Changes.html">CHANGES.txt</a> file included 
-with the release for a full list of details.</p>
-<h3 id="lucene-42-release-highlights">Lucene 4.2 Release Highlights:</h3>
-<ul>
-<li>
-<p>Lucene 4.2 has a new default codec (Lucene42Codec) with a more
-  efficient docvalues format (sorted bytes in FST, less addressing
-  overhead, improved numeric compression) and smaller term
-  vectors (LZ4-compressed terms dictionaries and payloads, delta-encoded
-  positions and offsets using blocks of packed integers).</p>
-</li>
-<li>
-<p>Doc values external and codec API and implementations have been
-  simplified: the codec is no longer responsible for buffering doc
-  values; the numerous types have been consolidated down to only
-  three (NUMERIC, BINARY, SORTED); PerFieldDocValuesFormat lets you
-  set a different format for each field, and the doc values and FieldCache
-  APIs were unified.</p>
-</li>
-<li>
-<p>Significant refactoring and performance enhancements to the facet
-  module, resulting in overall ~3.8X speedup in one case (single Date
-  field faceting).</p>
-</li>
-<li>
-<p>DrillDownQuery in the facet module now supports multi-select.</p>
-</li>
-<li>
-<p>A new DrillSideways class enables counting facet labels and counts
-  for both hits and near-misses in a single query.  See
-  <a href="http://blog.mikemccandless.com/2013/02/drill-sideways-faceting-with-lucene.html">http://blog.mikemccandless.com/2013/02/drill-sideways-faceting-with-lucene.html</a></p>
-</li>
-<li>
-<p>An additional docvalues type (SORTED_SET) was added that supports multiple
-  values.</p>
-</li>
-<li>
-<p>FSTs are a bit smaller, and the FST package supports FSTs over 2GB
-  in size.</p>
-</li>
-<li>
-<p>A new LiveFieldValues class lets you get live or real-time values
-  for any indexed doc / field.  See <a href="http://blog.mikemccandless.com/2013/01/getting-real-time-field-values-in-lucene.html">http://blog.mikemccandless.com/2013/01/getting-real-time-field-values-in-lucene.html</a></p>
-</li>
-<li>
-<p>Added a new classification module.</p>
-</li>
-<li>
-<p>Various bugfixes and optimizations since the 4.1 release.</p>
-</li>
-</ul>
-<h2 id="22-january-2013-lucene-core-410-available">22 January 2013 - Lucene Core 4.1.0 Available</h2>
-<p>The Lucene PMC is pleased to announce the release of Apache Lucene 4.1</p>
-<p>Apache Lucene is a high-performance, full-featured text search engine
-library written entirely in Java. It is a technology suitable for nearly
-any application that requires full-text search, especially cross-platform.</p>
-<p>This release contains numerous bug fixes, optimizations, and
-improvements, some of which are highlighted below. The release
-is available for immediate download at:
-   <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a></p>
-<p>See the <a href="/core/4_1_0/changes/Changes.html">CHANGES.txt</a> file included with the
-release for a full list of details.</p>
-<h3 id="lucene-41-release-highlights">Lucene 4.1 Release Highlights:</h3>
-<ul>
-<li>
-<p>Lucene 4.1 has a new default codec (Lucene41Codec) based on the
-  previously-experimental "Block" indexing format for improved
-  performance, but also incorporating the functionality of "Appending"
-  and "Pulsing".</p>
-</li>
-<li>
-<p>The default codec incorporates the optimization of Pulsing: terms
-  that appear in only one document (such as primary key/id fields) just
-  store the document id in the term dictionary instead of a pointer to
-  this document id in a separate file.</p>
-</li>
-<li>
-<p>The default codec incorporates an efficient compressed stored fields
-  implementation that compresses chunks of documents together with LZ4.
-  (see
-  <a href="http://blog.jpountz.net/post/33247161884/efficient-compressed-stored-fields-with-lucene">http://blog.jpountz.net/post/33247161884/efficient-compressed-stored-fields-with-lucene</a>)</p>
-</li>
-<li>
-<p>Lucene no longer seeks when writing files (all fields are written in
-  an append-only way). This means it works by default with append-only
-  streams, hdfs, etc.</p>
-</li>
-<li>
-<p>New suggest implementations: AnalyzingSuggester, where the underlying
-  form (computed from a lucene Analyzer) used for suggestions is
-  separate from the returned text (see
-  <a href="http://blog.mikemccandless.com/2012/09/lucenes-new-analyzing-suggester.html">http://blog.mikemccandless.com/2012/09/lucenes-new-analyzing-suggester.html</a>),
-  and FuzzySuggester, which additionally allows for inexact matching on
-  the input.</p>
-</li>
-<li>
-<p>Near-realtime support was added to the facet module.
-  (see <a href="http://shaierera.blogspot.com/2012/11/lucene-facets-part-1.html">http://shaierera.blogspot.com/2012/11/lucene-facets-part-1.html</a>)</p>
-</li>
-<li>
-<p>New Highlighter (postingshighlighter) added to the highlighter
-  module.  (see
-  <a href="http://blog.mikemccandless.com/2012/12/a-new-lucene-highlighter-is-born.html">http://blog.mikemccandless.com/2012/12/a-new-lucene-highlighter-is-born.html</a>)</p>
-</li>
-<li>
-<p>Added FilterStrategy to FilteredQuery for more flexibility in
-  filtered query execution.</p>
-</li>
-<li>
-<p>Added CommonTermsQuery to speed up queries with very highly frequent
-  terms.  Term frequencies are efficiently detected at query time - no
-  index time preparation required.</p>
-</li>
-<li>
-<p>Several bugfixes and optimizations since the 4.0 release.</p>
-</li>
-</ul>
-<h2 id="25-december-2012-lucene-core-362-available">25 December 2012 - Lucene Core 3.6.2 Available</h2>
-<p>The Lucene PMC is pleased to announce the release of Apache Lucene 3.6.2.</p>
-<p>Apache Lucene is a high-performance, full-featured text search engine
-library written entirely in Java. It is a technology suitable for nearly
-any application that requires full-text search, especially cross-platform.</p>
-<p>This release is a bug fix release for version 3.6.1. It contains numerous
-bug fixes, optimizations, and improvements, some of which are highlighted
-below.  The release is available for immediate download at:
-   <a href="http://lucene.apache.org/core/mirrors-core-3x-redir.html">http://lucene.apache.org/core/mirrors-core-3x-redir.html</a>.</p>
-<p>See the CHANGES.txt file included with the release for a full list of
-details.</p>
-<p>Lucene 3.6.2 Release Highlights:</p>
-<ul>
-<li>
-<p>Fixed ArrayIndexOutOfBoundsException when the in-memory terms index 
-  requires more than 2.1GB of RAM (billions of terms).</p>
-</li>
-<li>
-<p>Fixed a bug in contrib/queryparser's parsing of boolean queries.</p>
-</li>
-<li>
-<p>Fixed BooleanScorer2 to return the correct freq() when using the scorer
-  visitor API.</p>
-</li>
-<li>
-<p>Fixed IndexWriter RAM accounting bug that would cause it to flush too
-  early when using many different field names.</p>
-</li>
-<li>
-<p>Several other minor bugfixes: scoring bugs when using a custom coord(),
-  a rare IndexWriter thread-safety issue, and fixes to the faceting and 
-  highlighting modules.</p>
-</li>
-</ul>
-<h2 id="12-october-2012-lucene-core-40-available">12 October 2012 - Lucene Core 4.0 Available</h2>
-<p>The Lucene PMC is pleased to announce the release of Apache Lucene 4.0</p>
-<p>Apache Lucene is a high-performance, full-featured text search engine
-library written entirely in Java. It is a technology suitable for nearly
-any application that requires full-text search, especially cross-platform.</p>
-<p>This release contains numerous bug fixes, optimizations, and improvements, some of which are highlighted below.  The release is available for immediate download at: <a href="/core/mirrors-core-latest-redir.html?">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a></p>
-<p>See the <a href="/core/4_0_0/changes/Changes.html">CHANGES.txt</a> file included with the release for a full list of details.</p>
-<p>Noteworthy changes since 4.0-BETA:</p>
-<ul>
-<li>A new "Block" PostingsFormat offering improved search performance and index compression. This will likely become the default format in a future release.</li>
-<li>All non-default codec implementations were moved to a separated codecs module. Just add lucene-codecs-4.0.0.jar to your classpath to test these out.</li>
-<li>Payloads can be optionally stored on the term vectors.</li>
-<li>Many bugfixes and optimizations.</li>
-</ul></div>
+      <div></div>
       
 
 
@@ -780,9 +222,9 @@ any application that requires full-text 
     <div class="button-green">
       <a href="mirrors-core-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Lucene 4.7.2</div>
+      <div class="flap bottom">of Apache Lucene 4.8.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 4.7.2</div>
+    <div class="download-desc">Apache Lucene 4.8.0</div>
   </div>
   <h1 id="resources">Resources</h1>
 <ul>
@@ -794,6 +236,7 @@ any application that requires full-text 
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
+<li><a href="./4_8_0/index.html">4.8.0</a></li>
 <li><a href="./4_7_2/index.html">4.7.2</a></li>
 </ul>
 <h1 id="about">About</h1>

Modified: websites/staging/lucene/trunk/content/core/developer.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/developer.html (original)
+++ websites/staging/lucene/trunk/content/core/developer.html Mon Apr 28 15:24:07 2014
@@ -258,9 +258,9 @@ project. It is responsible for running n
     <div class="button-green">
       <a href="mirrors-core-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Lucene 4.7.2</div>
+      <div class="flap bottom">of Apache Lucene 4.8.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 4.7.2</div>
+    <div class="download-desc">Apache Lucene 4.8.0</div>
   </div>
   <h1 id="resources">Resources</h1>
 <ul>
@@ -272,6 +272,7 @@ project. It is responsible for running n
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
+<li><a href="./4_8_0/index.html">4.8.0</a></li>
 <li><a href="./4_7_2/index.html">4.7.2</a></li>
 </ul>
 <h1 id="about">About</h1>

Modified: websites/staging/lucene/trunk/content/core/discussion.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/discussion.html (original)
+++ websites/staging/lucene/trunk/content/core/discussion.html Mon Apr 28 15:24:07 2014
@@ -288,9 +288,9 @@ No endorsement is implied by the listing
     <div class="button-green">
       <a href="mirrors-core-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Lucene 4.7.2</div>
+      <div class="flap bottom">of Apache Lucene 4.8.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 4.7.2</div>
+    <div class="download-desc">Apache Lucene 4.8.0</div>
   </div>
   <h1 id="resources">Resources</h1>
 <ul>
@@ -302,6 +302,7 @@ No endorsement is implied by the listing
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
+<li><a href="./4_8_0/index.html">4.8.0</a></li>
 <li><a href="./4_7_2/index.html">4.7.2</a></li>
 </ul>
 <h1 id="about">About</h1>

Modified: websites/staging/lucene/trunk/content/core/doap.rdf
==============================================================================
--- websites/staging/lucene/trunk/content/core/doap.rdf (original)
+++ websites/staging/lucene/trunk/content/core/doap.rdf Mon Apr 28 15:24:07 2014
@@ -38,6 +38,14 @@
     <wiki rdf:resource="http://wiki.apache.org/lucene-java/"/>
     <release>
       <Version>
+        <branch>lucene_solr_4_8</branch> 
+        <name>lucene-4.8.0</name>
+        <created>2014-04-28</created>
+        <revision>4.8.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
         <branch>lucene_solr_4_7</branch> 
         <name>lucene-4.7.2</name>
         <created>2014-04-15</created>

Modified: websites/staging/lucene/trunk/content/core/documentation.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/documentation.html (original)
+++ websites/staging/lucene/trunk/content/core/documentation.html Mon Apr 28 15:24:07 2014
@@ -212,7 +212,8 @@
       <div><h1 id="lucenewzxhzdk0tmwzxhzdk1-release-docs">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> Release Docs</h1>
 <h2 id="java-docs">Java Docs</h2>
 <ul>
-<li><a href="./4_7_2/index.html">4.7.2</a></li>
+<li><a href="./4_8_0/index.html">4.8.0</a> (requires minimum Java 7)</li>
+<li><a href="./4_7_2/index.html">4.7.2</a> (last Java 6 compatible version)</li>
 </ul></div>
       
 
@@ -226,9 +227,9 @@
     <div class="button-green">
       <a href="mirrors-core-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Lucene 4.7.2</div>
+      <div class="flap bottom">of Apache Lucene 4.8.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 4.7.2</div>
+    <div class="download-desc">Apache Lucene 4.8.0</div>
   </div>
   <h1 id="resources">Resources</h1>
 <ul>
@@ -240,6 +241,7 @@
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
+<li><a href="./4_8_0/index.html">4.8.0</a></li>
 <li><a href="./4_7_2/index.html">4.7.2</a></li>
 </ul>
 <h1 id="about">About</h1>

Modified: websites/staging/lucene/trunk/content/core/downloads.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/downloads.html (original)
+++ websites/staging/lucene/trunk/content/core/downloads.html Mon Apr 28 15:24:07 2014
@@ -234,9 +234,9 @@
     <div class="button-green">
       <a href="mirrors-core-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Lucene 4.7.2</div>
+      <div class="flap bottom">of Apache Lucene 4.8.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 4.7.2</div>
+    <div class="download-desc">Apache Lucene 4.8.0</div>
   </div>
   <h1 id="resources">Resources</h1>
 <ul>
@@ -248,6 +248,7 @@
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
+<li><a href="./4_8_0/index.html">4.8.0</a></li>
 <li><a href="./4_7_2/index.html">4.7.2</a></li>
 </ul>
 <h1 id="about">About</h1>

Modified: websites/staging/lucene/trunk/content/core/features.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/features.html (original)
+++ websites/staging/lucene/trunk/content/core/features.html Mon Apr 28 15:24:07 2014
@@ -253,9 +253,9 @@
     <div class="button-green">
       <a href="mirrors-core-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Lucene 4.7.2</div>
+      <div class="flap bottom">of Apache Lucene 4.8.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 4.7.2</div>
+    <div class="download-desc">Apache Lucene 4.8.0</div>
   </div>
   <h1 id="resources">Resources</h1>
 <ul>
@@ -267,6 +267,7 @@
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
+<li><a href="./4_8_0/index.html">4.8.0</a></li>
 <li><a href="./4_7_2/index.html">4.7.2</a></li>
 </ul>
 <h1 id="about">About</h1>

Modified: websites/staging/lucene/trunk/content/core/index.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/index.html (original)
+++ websites/staging/lucene/trunk/content/core/index.html Mon Apr 28 15:24:07 2014
@@ -257,9 +257,9 @@
     <div class="button-green">
       <a href="mirrors-core-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Lucene 4.7.2</div>
+      <div class="flap bottom">of Apache Lucene 4.8.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 4.7.2</div>
+    <div class="download-desc">Apache Lucene 4.8.0</div>
   </div>
   <h1 id="resources">Resources</h1>
 <ul>
@@ -271,6 +271,7 @@
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
+<li><a href="./4_8_0/index.html">4.8.0</a></li>
 <li><a href="./4_7_2/index.html">4.7.2</a></li>
 </ul>
 <h1 id="about">About</h1>

Modified: websites/staging/lucene/trunk/content/core/mirrors-core-latest-redir.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/mirrors-core-latest-redir.html (original)
+++ websites/staging/lucene/trunk/content/core/mirrors-core-latest-redir.html Mon Apr 28 15:24:07 2014
@@ -18,7 +18,7 @@
   -->
 
   
-    <meta http-equiv="refresh" content="1;url=http://www.apache.org/dyn/closer.cgi/lucene/java/4.7.2">
+    <meta http-equiv="refresh" content="1;url=http://www.apache.org/dyn/closer.cgi/lucene/java/4.8.0">
     <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
     <link href="../css/global.css" rel="stylesheet" type="text/css">
     <link href="../css/core.css" rel="stylesheet" type="text/css">
@@ -310,9 +310,9 @@ following:</p>
     <div class="button-green">
       <a href="mirrors-core-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Lucene 4.7.2</div>
+      <div class="flap bottom">of Apache Lucene 4.8.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 4.7.2</div>
+    <div class="download-desc">Apache Lucene 4.8.0</div>
   </div>
   <h1 id="resources">Resources</h1>
 <ul>
@@ -324,6 +324,7 @@ following:</p>
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
+<li><a href="./4_8_0/index.html">4.8.0</a></li>
 <li><a href="./4_7_2/index.html">4.7.2</a></li>
 </ul>
 <h1 id="about">About</h1>

Modified: websites/staging/lucene/trunk/content/core/mirrors-core-redir.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/mirrors-core-redir.html (original)
+++ websites/staging/lucene/trunk/content/core/mirrors-core-redir.html Mon Apr 28 15:24:07 2014
@@ -308,9 +308,9 @@ following:</p>
     <div class="button-green">
       <a href="mirrors-core-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Lucene 4.7.2</div>
+      <div class="flap bottom">of Apache Lucene 4.8.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 4.7.2</div>
+    <div class="download-desc">Apache Lucene 4.8.0</div>
   </div>
   <h1 id="resources">Resources</h1>
 <ul>
@@ -322,6 +322,7 @@ following:</p>
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
+<li><a href="./4_8_0/index.html">4.8.0</a></li>
 <li><a href="./4_7_2/index.html">4.7.2</a></li>
 </ul>
 <h1 id="about">About</h1>

Modified: websites/staging/lucene/trunk/content/core/quickstart.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/quickstart.html (original)
+++ websites/staging/lucene/trunk/content/core/quickstart.html Mon Apr 28 15:24:07 2014
@@ -214,7 +214,8 @@
 in the documentation for that release.</p>
 <p>The most recent versions can also be found online:</p>
 <ul>
-<li><a href="4_7_2/demo/overview-summary.html#overview_description">Lucene 4.7.2 Demo</a></li>
+<li><a href="4_8_0/demo/overview-summary.html#overview_description">Lucene 4.8.0 Demo (minimum Java 7)</a></li>
+<li><a href="4_7_2/demo/overview-summary.html#overview_description">Lucene 4.7.2 Demo (last Java 6)</a></li>
 </ul></div>
       
 
@@ -228,9 +229,9 @@ in the documentation for that release.</
     <div class="button-green">
       <a href="mirrors-core-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Lucene 4.7.2</div>
+      <div class="flap bottom">of Apache Lucene 4.8.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 4.7.2</div>
+    <div class="download-desc">Apache Lucene 4.8.0</div>
   </div>
   <h1 id="resources">Resources</h1>
 <ul>
@@ -242,6 +243,7 @@ in the documentation for that release.</
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
+<li><a href="./4_8_0/index.html">4.8.0</a></li>
 <li><a href="./4_7_2/index.html">4.7.2</a></li>
 </ul>
 <h1 id="about">About</h1>

Modified: websites/staging/lucene/trunk/content/core/systemreqs.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/systemreqs.html (original)
+++ websites/staging/lucene/trunk/content/core/systemreqs.html Mon Apr 28 15:24:07 2014
@@ -212,6 +212,7 @@
       <div><h1 id="lucenewzxhzdk0tmwzxhzdk1-system-requirements">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> System Requirements</h1>
 <p>The system requirements of the various Lucene releases are listed on their documentation pages:</p>
 <ul>
+<li><a href="./4_8_0/SYSTEM_REQUIREMENTS.html">4.8.0</a></li>
 <li><a href="./4_7_2/SYSTEM_REQUIREMENTS.html">4.7.2</a></li>
 </ul></div>
       
@@ -226,9 +227,9 @@
     <div class="button-green">
       <a href="mirrors-core-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Lucene 4.7.2</div>
+      <div class="flap bottom">of Apache Lucene 4.8.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 4.7.2</div>
+    <div class="download-desc">Apache Lucene 4.8.0</div>
   </div>
   <h1 id="resources">Resources</h1>
 <ul>
@@ -240,6 +241,7 @@
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
+<li><a href="./4_8_0/index.html">4.8.0</a></li>
 <li><a href="./4_7_2/index.html">4.7.2</a></li>
 </ul>
 <h1 id="about">About</h1>

Modified: websites/staging/lucene/trunk/content/index.html
==============================================================================
--- websites/staging/lucene/trunk/content/index.html (original)
+++ websites/staging/lucene/trunk/content/index.html Mon Apr 28 15:24:07 2014
@@ -202,6 +202,18 @@
 </ul></div>
       
 <div><h1 id="lucenewzxhzdk0tmwzxhzdk1-news">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> News</h1>
+<h2 id="28-april-2014-apache-lucene-480-and-apache-solr-480-available">28 April 2014 - Apache Lucene 4.8.0 and Apache Solr 4.8.0 Available</h2>
+<p>The Lucene PMC is pleased to announce the availability
+of Apache Lucene 4.8.0 and Apache Solr 4.8.0.</p>
+<p>Lucene can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a>
+and Solr can be downloaded from <a href="http://lucene.apache.org/solr/mirrors-solr-latest-redir.html">http://lucene.apache.org/solr/mirrors-solr-latest-redir.html</a></p>
+<p>Both releases now requires Java 7 or greater (recommended is
+Oracle Java 7 or OpenJDK 7, minimum update 55; earlier versions
+have known JVM bugs affecting Lucene and Solr). In addition,
+both are fully compatible with Java 8.</p>
+<p>See the <a href="/core/4_8_0/changes/Changes.html">Lucene CHANGES.txt</a> and
+<a href="/solr/4_8_0/changes/Changes.html">Solr CHANGES.txt</a> files included
+with the release for a full list of details.</p>
 <h2 id="15-april-2014-apache-lucene-472-and-apache-solr-472-available">15 April 2014 - Apache Lucene 4.7.2 and Apache Solr 4.7.2 Available</h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.7.2 and Apache Solr 4.7.2.</p>
@@ -966,15 +978,15 @@ details.</p>
       <p><div class="button-green">
     <a href="core/mirrors-core-latest-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>
-    <div class="flap bottom">of Apache Lucene 4.7.2</div>
+    <div class="flap bottom">of Apache Lucene 4.8.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 4.7.2</div>
+  <div class="download-desc">Apache Lucene 4.8.0</div>
   <div class="button-orange">
     <a href="solr/mirrors-solr-latest-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>
-    <div class="flap bottom">of Apache Solr 4.7.2</div>
+    <div class="flap bottom">of Apache Solr 4.8.0</div>
   </div>
-  <div class="download-desc">Apache Solr 4.7.2</div></p>
+  <div class="download-desc">Apache Solr 4.8.0</div></p>
 <h1 id="projects">Projects</h1>
 <ul>
 <li><a href="./core/">Lucene Core (Java)</a></li>

Modified: websites/staging/lucene/trunk/content/mainnews.html
==============================================================================
--- websites/staging/lucene/trunk/content/mainnews.html (original)
+++ websites/staging/lucene/trunk/content/mainnews.html Mon Apr 28 15:24:07 2014
@@ -193,6 +193,18 @@
       <h1 class="title"></h1>
 
       <div><h1 id="lucenewzxhzdk0tmwzxhzdk1-news">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> News</h1>
+<h2 id="28-april-2014-apache-lucene-480-and-apache-solr-480-available">28 April 2014 - Apache Lucene 4.8.0 and Apache Solr 4.8.0 Available</h2>
+<p>The Lucene PMC is pleased to announce the availability
+of Apache Lucene 4.8.0 and Apache Solr 4.8.0.</p>
+<p>Lucene can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a>
+and Solr can be downloaded from <a href="http://lucene.apache.org/solr/mirrors-solr-latest-redir.html">http://lucene.apache.org/solr/mirrors-solr-latest-redir.html</a></p>
+<p>Both releases now requires Java 7 or greater (recommended is
+Oracle Java 7 or OpenJDK 7, minimum update 55; earlier versions
+have known JVM bugs affecting Lucene and Solr). In addition,
+both are fully compatible with Java 8.</p>
+<p>See the <a href="/core/4_8_0/changes/Changes.html">Lucene CHANGES.txt</a> and
+<a href="/solr/4_8_0/changes/Changes.html">Solr CHANGES.txt</a> files included
+with the release for a full list of details.</p>
 <h2 id="15-april-2014-apache-lucene-472-and-apache-solr-472-available">15 April 2014 - Apache Lucene 4.7.2 and Apache Solr 4.7.2 Available</h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.7.2 and Apache Solr 4.7.2.</p>
@@ -956,15 +968,15 @@ details.</p>
       <p><div class="button-green">
     <a href="core/mirrors-core-latest-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>
-    <div class="flap bottom">of Apache Lucene 4.7.2</div>
+    <div class="flap bottom">of Apache Lucene 4.8.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 4.7.2</div>
+  <div class="download-desc">Apache Lucene 4.8.0</div>
   <div class="button-orange">
     <a href="solr/mirrors-solr-latest-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>
-    <div class="flap bottom">of Apache Solr 4.7.2</div>
+    <div class="flap bottom">of Apache Solr 4.8.0</div>
   </div>
-  <div class="download-desc">Apache Solr 4.7.2</div></p>
+  <div class="download-desc">Apache Solr 4.8.0</div></p>
 <h1 id="projects">Projects</h1>
 <ul>
 <li><a href="./core/">Lucene Core (Java)</a></li>

Modified: websites/staging/lucene/trunk/content/openrelevance/mailing-lists.html
==============================================================================
--- websites/staging/lucene/trunk/content/openrelevance/mailing-lists.html (original)
+++ websites/staging/lucene/trunk/content/openrelevance/mailing-lists.html Mon Apr 28 15:24:07 2014
@@ -146,6 +146,18 @@ to how to consume ORP content or how to 
 -<a href="http://mail-archives.apache.org/mod_mbox/lucene-openrelevance-dev/">Archive</a></p></div>
       
         <div><h1 id="lucenewzxhzdk0tmwzxhzdk1-news">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> News</h1>
+<h2 id="28-april-2014-apache-lucene-480-and-apache-solr-480-available">28 April 2014 - Apache Lucene 4.8.0 and Apache Solr 4.8.0 Available</h2>
+<p>The Lucene PMC is pleased to announce the availability
+of Apache Lucene 4.8.0 and Apache Solr 4.8.0.</p>
+<p>Lucene can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a>
+and Solr can be downloaded from <a href="http://lucene.apache.org/solr/mirrors-solr-latest-redir.html">http://lucene.apache.org/solr/mirrors-solr-latest-redir.html</a></p>
+<p>Both releases now requires Java 7 or greater (recommended is
+Oracle Java 7 or OpenJDK 7, minimum update 55; earlier versions
+have known JVM bugs affecting Lucene and Solr). In addition,
+both are fully compatible with Java 8.</p>
+<p>See the <a href="/core/4_8_0/changes/Changes.html">Lucene CHANGES.txt</a> and
+<a href="/solr/4_8_0/changes/Changes.html">Solr CHANGES.txt</a> files included
+with the release for a full list of details.</p>
 <h2 id="15-april-2014-apache-lucene-472-and-apache-solr-472-available">15 April 2014 - Apache Lucene 4.7.2 and Apache Solr 4.7.2 Available</h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.7.2 and Apache Solr 4.7.2.</p>
@@ -182,6 +194,8 @@ Ideally use the Java 7u60 prerelease, wh
 In addition, there is no more Oracle/BEA JRockit available for Java 7, use the official Oracle Java 7.
 JRockit was never working correctly with Lucene/Solr (causing index corrumption), so this should not be an issue.
 Please also review our list of JVM bugs: <a href="http://wiki.apache.org/lucene-java/JavaBugs">http://wiki.apache.org/lucene-java/JavaBugs</a></p>
+<p><em>EDIT (as of 15 April 2014):</em> The recently released Java 7u55 fixes the above bug causing index corrumption.
+This version is now the recommended version for running Apache Lucene and Solr.</p>
 <h2 id="26-february-2014-apache-lucene-470-and-apache-solrwzxhzdk2tmwzxhzdk3-470-available">26 February 2014 - Apache Lucene 4.7.0 and Apache Solr<span style="vertical-align: super; font-size: xx-small">TM</span> 4.7.0 available</h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.7.0 and Apache Solr 4.7.0.</p>

Modified: websites/staging/lucene/trunk/content/openrelevance/orpnews.html
==============================================================================
--- websites/staging/lucene/trunk/content/openrelevance/orpnews.html (original)
+++ websites/staging/lucene/trunk/content/openrelevance/orpnews.html Mon Apr 28 15:24:07 2014
@@ -139,6 +139,18 @@
 <p>The Apache Lucene PMC has officially voted to add the Open Relevance Project (ORP) as a Lucene subproject. ORP's main goal is to build out collections, judgments and queries in an open environment to make it easier for Lucene developers and users to do relevance testing, much like one would get if using TREC or other evaluation conferences.</p></div>
       
         <div><h1 id="lucenewzxhzdk0tmwzxhzdk1-news">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> News</h1>
+<h2 id="28-april-2014-apache-lucene-480-and-apache-solr-480-available">28 April 2014 - Apache Lucene 4.8.0 and Apache Solr 4.8.0 Available</h2>
+<p>The Lucene PMC is pleased to announce the availability
+of Apache Lucene 4.8.0 and Apache Solr 4.8.0.</p>
+<p>Lucene can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a>
+and Solr can be downloaded from <a href="http://lucene.apache.org/solr/mirrors-solr-latest-redir.html">http://lucene.apache.org/solr/mirrors-solr-latest-redir.html</a></p>
+<p>Both releases now requires Java 7 or greater (recommended is
+Oracle Java 7 or OpenJDK 7, minimum update 55; earlier versions
+have known JVM bugs affecting Lucene and Solr). In addition,
+both are fully compatible with Java 8.</p>
+<p>See the <a href="/core/4_8_0/changes/Changes.html">Lucene CHANGES.txt</a> and
+<a href="/solr/4_8_0/changes/Changes.html">Solr CHANGES.txt</a> files included
+with the release for a full list of details.</p>
 <h2 id="15-april-2014-apache-lucene-472-and-apache-solr-472-available">15 April 2014 - Apache Lucene 4.7.2 and Apache Solr 4.7.2 Available</h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.7.2 and Apache Solr 4.7.2.</p>
@@ -175,6 +187,8 @@ Ideally use the Java 7u60 prerelease, wh
 In addition, there is no more Oracle/BEA JRockit available for Java 7, use the official Oracle Java 7.
 JRockit was never working correctly with Lucene/Solr (causing index corrumption), so this should not be an issue.
 Please also review our list of JVM bugs: <a href="http://wiki.apache.org/lucene-java/JavaBugs">http://wiki.apache.org/lucene-java/JavaBugs</a></p>
+<p><em>EDIT (as of 15 April 2014):</em> The recently released Java 7u55 fixes the above bug causing index corrumption.
+This version is now the recommended version for running Apache Lucene and Solr.</p>
 <h2 id="26-february-2014-apache-lucene-470-and-apache-solrwzxhzdk2tmwzxhzdk3-470-available">26 February 2014 - Apache Lucene 4.7.0 and Apache Solr<span style="vertical-align: super; font-size: xx-small">TM</span> 4.7.0 available</h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.7.0 and Apache Solr 4.7.0.</p>

Modified: websites/staging/lucene/trunk/content/privacy.html
==============================================================================
--- websites/staging/lucene/trunk/content/privacy.html (original)
+++ websites/staging/lucene/trunk/content/privacy.html Mon Apr 28 15:24:07 2014
@@ -214,15 +214,15 @@ Part of this information is gathered usi
       <p><div class="button-green">
     <a href="core/mirrors-core-latest-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>
-    <div class="flap bottom">of Apache Lucene 4.7.2</div>
+    <div class="flap bottom">of Apache Lucene 4.8.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 4.7.2</div>
+  <div class="download-desc">Apache Lucene 4.8.0</div>
   <div class="button-orange">
     <a href="solr/mirrors-solr-latest-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>
-    <div class="flap bottom">of Apache Solr 4.7.2</div>
+    <div class="flap bottom">of Apache Solr 4.8.0</div>
   </div>
-  <div class="download-desc">Apache Solr 4.7.2</div></p>
+  <div class="download-desc">Apache Solr 4.8.0</div></p>
 <h1 id="projects">Projects</h1>
 <ul>
 <li><a href="./core/">Lucene Core (Java)</a></li>

Modified: websites/staging/lucene/trunk/content/site-instructions.html
==============================================================================
--- websites/staging/lucene/trunk/content/site-instructions.html (original)
+++ websites/staging/lucene/trunk/content/site-instructions.html Mon Apr 28 15:24:07 2014
@@ -235,15 +235,15 @@
       <p><div class="button-green">
     <a href="core/mirrors-core-latest-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>
-    <div class="flap bottom">of Apache Lucene 4.7.2</div>
+    <div class="flap bottom">of Apache Lucene 4.8.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 4.7.2</div>
+  <div class="download-desc">Apache Lucene 4.8.0</div>
   <div class="button-orange">
     <a href="solr/mirrors-solr-latest-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>
-    <div class="flap bottom">of Apache Solr 4.7.2</div>
+    <div class="flap bottom">of Apache Solr 4.8.0</div>
   </div>
-  <div class="download-desc">Apache Solr 4.7.2</div></p>
+  <div class="download-desc">Apache Solr 4.8.0</div></p>
 <h1 id="projects">Projects</h1>
 <ul>
 <li><a href="./core/">Lucene Core (Java)</a></li>

Modified: websites/staging/lucene/trunk/content/solr/books.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/books.html (original)
+++ websites/staging/lucene/trunk/content/solr/books.html Mon Apr 28 15:24:07 2014
@@ -322,8 +322,8 @@ David Smiley and Eric Pugh are proud to 
     <div class="button-orange">
      <a href="mirrors-solr-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Solr 4.7.2 </div>
-      <div class="download-desc">Apache Solr 4.7.2</div>
+      <div class="flap bottom">of Apache Solr 4.8.0 </div>
+      <div class="download-desc">Apache Solr 4.8.0</div>
     </div>
   </div>
   <span class="sidenav"><h1 id="resources">Resources</h1>

Modified: websites/staging/lucene/trunk/content/solr/discussion.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/discussion.html (original)
+++ websites/staging/lucene/trunk/content/solr/discussion.html Mon Apr 28 15:24:07 2014
@@ -315,8 +315,8 @@ No endorsement is implied by the listing
     <div class="button-orange">
      <a href="mirrors-solr-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Solr 4.7.2 </div>
-      <div class="download-desc">Apache Solr 4.7.2</div>
+      <div class="flap bottom">of Apache Solr 4.8.0 </div>
+      <div class="download-desc">Apache Solr 4.8.0</div>
     </div>
   </div>
   <span class="sidenav"><h1 id="resources">Resources</h1>

Modified: websites/staging/lucene/trunk/content/solr/doap.rdf
==============================================================================
--- websites/staging/lucene/trunk/content/solr/doap.rdf (original)
+++ websites/staging/lucene/trunk/content/solr/doap.rdf Mon Apr 28 15:24:07 2014
@@ -39,6 +39,14 @@
     <wiki rdf:resource="http://wiki.apache.org/solr/"/>
     <release>
       <Version>
+        <branch>lucene_solr_4_8</branch>
+        <name>solr-4.8.0</name>
+        <created>2014-04-28</created>
+        <revision>4.8.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
         <branch>lucene_solr_4_7</branch>
         <name>solr-4.7.2</name>
         <created>2014-04-15</created>

Modified: websites/staging/lucene/trunk/content/solr/documentation.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/documentation.html (original)
+++ websites/staging/lucene/trunk/content/solr/documentation.html Mon Apr 28 15:24:07 2014
@@ -246,7 +246,8 @@ included code.</p>
 each major branch under active development can also be found 
 online:</p>
 <ul>
-<li><a href="./4_7_2/">4.7.2</a></li>
+<li><a href="./4_8_0/index.html">4.8.0</a> (requires minimum Java 7)</li>
+<li><a href="./4_7_2/index.html">4.7.2</a> (last Java 6 compatible version)</li>
 </ul>
 <h2 id="the-apache-solr-reference-guide">The Apache Solr Reference Guide</h2>
 <p>Beginning with Solr 4.4, A detailed reference guide is also 
@@ -269,8 +270,8 @@ or the various <a href="./books.html" ti
     <div class="button-orange">
      <a href="mirrors-solr-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Solr 4.7.2 </div>
-      <div class="download-desc">Apache Solr 4.7.2</div>
+      <div class="flap bottom">of Apache Solr 4.8.0 </div>
+      <div class="download-desc">Apache Solr 4.8.0</div>
     </div>
   </div>
   <span class="sidenav"><h1 id="resources">Resources</h1>

Modified: websites/staging/lucene/trunk/content/solr/downloads.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/downloads.html (original)
+++ websites/staging/lucene/trunk/content/solr/downloads.html Mon Apr 28 15:24:07 2014
@@ -260,8 +260,8 @@
     <div class="button-orange">
      <a href="mirrors-solr-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Solr 4.7.2 </div>
-      <div class="download-desc">Apache Solr 4.7.2</div>
+      <div class="flap bottom">of Apache Solr 4.8.0 </div>
+      <div class="download-desc">Apache Solr 4.8.0</div>
     </div>
   </div>
   <span class="sidenav"><h1 id="resources">Resources</h1>

Modified: websites/staging/lucene/trunk/content/solr/features.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/features.html (original)
+++ websites/staging/lucene/trunk/content/solr/features.html Mon Apr 28 15:24:07 2014
@@ -367,8 +367,8 @@ numeric fields or query relevancy scores
     <div class="button-orange">
      <a href="mirrors-solr-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Solr 4.7.2 </div>
-      <div class="download-desc">Apache Solr 4.7.2</div>
+      <div class="flap bottom">of Apache Solr 4.8.0 </div>
+      <div class="download-desc">Apache Solr 4.8.0</div>
     </div>
   </div>
   <span class="sidenav"><h1 id="resources">Resources</h1>

Modified: websites/staging/lucene/trunk/content/solr/index.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/index.html (original)
+++ websites/staging/lucene/trunk/content/solr/index.html Mon Apr 28 15:24:07 2014
@@ -374,8 +374,8 @@ numeric fields or query relevancy scores
     <div class="button-orange">
      <a href="mirrors-solr-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Solr 4.7.2 </div>
-      <div class="download-desc">Apache Solr 4.7.2</div>
+      <div class="flap bottom">of Apache Solr 4.8.0 </div>
+      <div class="download-desc">Apache Solr 4.8.0</div>
     </div>
   </div>
   <span class="sidenav"><h1 id="resources">Resources</h1>

Modified: websites/staging/lucene/trunk/content/solr/mirrors-solr-latest-redir.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/mirrors-solr-latest-redir.html (original)
+++ websites/staging/lucene/trunk/content/solr/mirrors-solr-latest-redir.html Mon Apr 28 15:24:07 2014
@@ -19,7 +19,7 @@
   -->
 
   
-    <meta http-equiv="refresh" content="1;url=http://www.apache.org/dyn/closer.cgi/lucene/solr/4.7.2">
+    <meta http-equiv="refresh" content="1;url=http://www.apache.org/dyn/closer.cgi/lucene/solr/4.8.0">
     <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
     <link href="../css/global.css" rel="stylesheet" type="text/css">
     <link href="../css/solr.css" rel="stylesheet" type="text/css">
@@ -426,8 +426,8 @@ numeric fields or query relevancy scores
     <div class="button-orange">
      <a href="mirrors-solr-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Solr 4.7.2 </div>
-      <div class="download-desc">Apache Solr 4.7.2</div>
+      <div class="flap bottom">of Apache Solr 4.8.0 </div>
+      <div class="download-desc">Apache Solr 4.8.0</div>
     </div>
   </div>
   <span class="sidenav"><h1 id="resources">Resources</h1>

Modified: websites/staging/lucene/trunk/content/solr/mirrors-solr-redir.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/mirrors-solr-redir.html (original)
+++ websites/staging/lucene/trunk/content/solr/mirrors-solr-redir.html Mon Apr 28 15:24:07 2014
@@ -425,8 +425,8 @@ numeric fields or query relevancy scores
     <div class="button-orange">
      <a href="mirrors-solr-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Solr 4.7.2 </div>
-      <div class="download-desc">Apache Solr 4.7.2</div>
+      <div class="flap bottom">of Apache Solr 4.8.0 </div>
+      <div class="download-desc">Apache Solr 4.8.0</div>
     </div>
   </div>
   <span class="sidenav"><h1 id="resources">Resources</h1>

Modified: websites/staging/lucene/trunk/content/solr/quickstart.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/quickstart.html (original)
+++ websites/staging/lucene/trunk/content/solr/quickstart.html Mon Apr 28 15:24:07 2014
@@ -249,8 +249,8 @@
     <div class="button-orange">
      <a href="mirrors-solr-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Solr 4.7.2 </div>
-      <div class="download-desc">Apache Solr 4.7.2</div>
+      <div class="flap bottom">of Apache Solr 4.8.0 </div>
+      <div class="download-desc">Apache Solr 4.8.0</div>
     </div>
   </div>
   <span class="sidenav"><h1 id="resources">Resources</h1>

Modified: websites/staging/lucene/trunk/content/solr/screenshots.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/screenshots.html (original)
+++ websites/staging/lucene/trunk/content/solr/screenshots.html Mon Apr 28 15:24:07 2014
@@ -268,8 +268,8 @@
     <div class="button-orange">
      <a href="mirrors-solr-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Solr 4.7.2 </div>
-      <div class="download-desc">Apache Solr 4.7.2</div>
+      <div class="flap bottom">of Apache Solr 4.8.0 </div>
+      <div class="download-desc">Apache Solr 4.8.0</div>
     </div>
   </div>
   <span class="sidenav"><h1 id="resources">Resources</h1>