Browse Source

Remove duplicate Solr schema field declarations

master
David Winterbottom 12 years ago
parent
commit
6c9c9da8cc
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      sites/demo/deploy/solr/schema.xml

+ 0
- 3
sites/demo/deploy/solr/schema.xml View File

@@ -161,9 +161,6 @@
161 161
     <field name="num_in_stock_exact" type="long" indexed="true" stored="true" multiValued="false" />
162 162
     <field name="date_created" type="date" indexed="true" stored="true" multiValued="false" />
163 163
     <field name="_version_" type="long" indexed="true" stored="true"/>
164
-    <field name="product_class" type="text_en" indexed="true" stored="true" multiValued="false" />
165
-    <field name="product_class_exact" type="string" indexed="true" stored="true" multiValued="false" />
166
-
167 164
 
168 165
   </fields>
169 166
 

Loading…
Cancel
Save