SOLR-6365 refactoring and cleanup

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622385 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Noble Paul 2014-09-04 00:18:08 +00:00
parent 8306b8a464
commit 2a5558ed77
1 changed files with 0 additions and 7 deletions

View File

@ -1049,11 +1049,4 @@
<str name="paramkey">param value</str>
</similarity>
-->
<field name="_text" type="text_general" indexed="true" stored="false" multiValued="true"/>
<field name="_src" type="string" indexed="false" stored="true" multiValued="true"/>
<copyField source="*" dest="_text"/>
</schema>