mirror of https://github.com/apache/lucene.git
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:
parent
0183711e22
commit
eaad73b6d1
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue