You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2012/09/21 01:16:00 UTC

svn commit: r1388265 - in /lucene/dev/branches/solr3733: ./ lucene/ lucene/site/ lucene/site/xsl/index.xsl

Author: uschindler
Date: Thu Sep 20 23:15:59 2012
New Revision: 1388265

URL: http://svn.apache.org/viewvc?rev=1388265&view=rev
Log:
Merged revision(s) 1388079-1388264 from lucene/dev/trunk

Modified:
    lucene/dev/branches/solr3733/   (props changed)
    lucene/dev/branches/solr3733/lucene/   (props changed)
    lucene/dev/branches/solr3733/lucene/site/   (props changed)
    lucene/dev/branches/solr3733/lucene/site/xsl/index.xsl

Modified: lucene/dev/branches/solr3733/lucene/site/xsl/index.xsl
URL: http://svn.apache.org/viewvc/lucene/dev/branches/solr3733/lucene/site/xsl/index.xsl?rev=1388265&r1=1388264&r2=1388265&view=diff
==============================================================================
--- lucene/dev/branches/solr3733/lucene/site/xsl/index.xsl (original)
+++ lucene/dev/branches/solr3733/lucene/site/xsl/index.xsl Thu Sep 20 23:15:59 2012
@@ -65,7 +65,7 @@
             <li><a href="changes/Changes.html">Changes</a>: List of changes in this release.</li>
             <li><a href="MIGRATE.html">Migration Guide</a>: What changed in Lucene 4; how to migrate code from Lucene 3.x.</li>
             <li><a href="JRE_VERSION_MIGRATION.html">JRE Version Migration</a>: Information about upgrading between major JRE versions.</li>
-            <li><a href="core/org/apache/lucene/codecs/lucene40/package-summary.html#package_description">File Formats</a>: Guide to the index format used by Lucene.</li>
+            <li><a href="core/org/apache/lucene/codecs/lucene40/package-summary.html#package_description">File Formats</a>: Guide to the supported index format used by Lucene.  This can be customized by using <a href="core/org/apache/lucene/codecs/package-summary.html#package_description">an alternate codec</a>.</li>
             <li><a href="core/org/apache/lucene/search/package-summary.html#package_description">Search and Scoring in Lucene</a>: Introduction to how Lucene scores documents.</li>
             <li><a href="core/org/apache/lucene/search/similarities/TFIDFSimilarity.html">Classic Scoring Formula</a>: Formula of Lucene's classic <a href="http://en.wikipedia.org/wiki/Vector_Space_Model">Vector Space</a> implementation. (look <a href="core/org/apache/lucene/search/similarities/package-summary.html#package_description">here</a> for other models)</li>
             <li><a href="queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package_description">Classic QueryParser Syntax</a>: Overview of the Classic QueryParser's syntax and features.</li>