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:43:21 UTC

svn commit: r907172 - in /websites/staging/lucene/trunk/content: ./ solr/solrnews.html

Author: buildbot
Date: Mon Apr 28 15:43:20 2014
New Revision: 907172

Log:
Staging update by buildbot for lucene

Modified:
    websites/staging/lucene/trunk/content/   (props changed)
    websites/staging/lucene/trunk/content/solr/solrnews.html

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Apr 28 15:43:20 2014
@@ -1 +1 @@
-1590682
+1590683

Modified: websites/staging/lucene/trunk/content/solr/solrnews.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/solrnews.html (original)
+++ websites/staging/lucene/trunk/content/solr/solrnews.html Mon Apr 28 15:43:20 2014
@@ -261,10 +261,10 @@ file included with the release for a ful
 <p>Apache Solr is fully compatible with Java 8.</p>
 </li>
 <li>
-<p>\&lt;fields> and \&lt;types> tags have been deprecated from schema.xml.
+<p><code class="inline">&lt;fields&gt;</code> and <code class="inline">&lt;types&gt;</code> tags have been deprecated from schema.xml.
   There is no longer any reason to keep them in the schema file,
-  they may be safely removed. This allows intermixing of \&lt;fieldType>,
-  \&lt;field> and \&lt;copyField> definitions if desired.</p>
+  they may be safely removed. This allows intermixing of <code class="inline">&lt;fieldType&gt;</code>,
+  <code class="inline">&lt;field&gt;</code> and <code class="inline">&lt;copyField&gt;</code> definitions if desired.</p>
 </li>
 <li>
 <p>The new {!complexphrase} query parser supports wildcards, ORs etc.