Index: schema.xml
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr/schema.xml,v
retrieving revision 1.1.2.1.2.28
diff -u -r1.1.2.1.2.28 schema.xml
--- schema.xml	20 Feb 2009 02:19:49 -0000	1.1.2.1.2.28
+++ schema.xml	23 Feb 2009 02:52:57 -0000
@@ -351,7 +351,21 @@
         Alternately, change the type="ignored" to some other type e.g. "text" if you want
         unknown fields indexed and/or stored by default -->
    <dynamicField name="*" type="ignored" multiValued="true" />
+   
+   
+   
+   <!-- BACKWARDS COMPATIBILITY -->
+   <!-- Here is where we store fields which are no longer use -->
+   
+   <!-- Fields previously used for sorting  -->
+   <field name="stitle" type="string" indexed="true" stored="true"/>
+   <field name="title_sort" type="sortString" indexed="true" stored="false"/>
 
+   <field name="sname" type="string" indexed="true" stored="true"/>
+   <field name="name_sort" type="sortString" indexed="true" stored="false"/>
+    
+    
+   <!-- /BACKWARDS COMPATIBILITY -->
  </fields>
 
  <!-- Field to use to determine and enforce document uniqueness.
