You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2014/09/04 02:18:08 UTC

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

Author: noble
Date: Thu Sep  4 00:18:08 2014
New Revision: 1622385

URL: http://svn.apache.org/r1622385
Log:
SOLR-6365 refactoring and cleanup

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

Modified: lucene/dev/trunk/solr/example/example-schemaless/solr/collection1/conf/schema.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/example/example-schemaless/solr/collection1/conf/schema.xml?rev=1622385&r1=1622384&r2=1622385&view=diff
==============================================================================
--- lucene/dev/trunk/solr/example/example-schemaless/solr/collection1/conf/schema.xml (original)
+++ lucene/dev/trunk/solr/example/example-schemaless/solr/collection1/conf/schema.xml Thu Sep  4 00:18:08 2014
@@ -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>