Procházet zdrojové kódy

Remove duplicate Solr schema field declarations

master
David Winterbottom před 12 roky
rodič
revize
6c9c9da8cc
1 změnil soubory, kde provedl 0 přidání a 3 odebrání
  1. 0
    3
      sites/demo/deploy/solr/schema.xml

+ 0
- 3
sites/demo/deploy/solr/schema.xml Zobrazit soubor

@@ -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
 

Načítá se…
Zrušit
Uložit