SOLR-3746: fix inadvertant schema change from manual testing

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1375725 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2012-08-21 19:20:43 +00:00
parent 0183711e22
commit eaad73b6d1
1 changed files with 1 additions and 1 deletions

View File

@ -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.