You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2012/08/21 21:20:44 UTC

svn commit: r1375725 - /lucene/dev/trunk/solr/example/solr/collection1/conf/schema.xml

Author: hossman
Date: Tue Aug 21 19:20:43 2012
New Revision: 1375725

URL: http://svn.apache.org/viewvc?rev=1375725&view=rev
Log:
SOLR-3746: fix inadvertant schema change from manual testing

Modified:
    lucene/dev/trunk/solr/example/solr/collection1/conf/schema.xml

Modified: lucene/dev/trunk/solr/example/solr/collection1/conf/schema.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/example/solr/collection1/conf/schema.xml?rev=1375725&r1=1375724&r2=1375725&view=diff
==============================================================================
--- lucene/dev/trunk/solr/example/solr/collection1/conf/schema.xml (original)
+++ lucene/dev/trunk/solr/example/solr/collection1/conf/schema.xml Tue Aug 21 19:20:43 2012
@@ -148,7 +148,7 @@
 
    <field name="payloads" type="payloads" indexed="true" stored="true"/>
 
-   <!-- field name="_version_" type="long" indexed="true" stored="true"/ -->
+   <field name="_version_" type="long" indexed="true" stored="true"/>
 
    <!-- Uncommenting the following will create a "timestamp" field using
         a default value of "NOW" to indicate when each document was indexed.