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

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

Author: yonik
Date: Fri Aug 20 19:54:36 2010
New Revision: 987618

URL: http://svn.apache.org/viewvc?rev=987618&view=rev
Log:
SOLR-1658: revert accidental changes to text field

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

Modified: lucene/dev/trunk/solr/example/solr/conf/schema.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/example/solr/conf/schema.xml?rev=987618&r1=987617&r2=987618&view=diff
==============================================================================
--- lucene/dev/trunk/solr/example/solr/conf/schema.xml (original)
+++ lucene/dev/trunk/solr/example/solr/conf/schema.xml Fri Aug 20 19:54:36 2010
@@ -495,7 +495,7 @@
 
    <!-- catchall field, containing all other searchable text fields (implemented
         via copyField further on in this schema  -->
-   <field name="text" type="text" indexed="true" stored="true" multiValued="true" termVectors="true"/>
+   <field name="text" type="text" indexed="true" stored="false" multiValued="true"/>
 
    <!-- catchall text field that indexes tokens both normally and in reverse for efficient
         leading wildcard queries. -->