Index: schema.xml
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr/schema.xml,v
retrieving revision 1.1.2.1.2.19
diff -u -p -r1.1.2.1.2.19 schema.xml
--- schema.xml	23 Dec 2008 02:19:41 -0000	1.1.2.1.2.19
+++ schema.xml	9 Jan 2009 21:29:31 -0000
@@ -253,6 +253,7 @@
    <field name="path" type="text" indexed="true" stored="true" termVectors="true"/>
    <field name="uid"  type="integer" indexed="true" stored="true"/>
    <field name="name" type="text" indexed="true" stored="true" termVectors="true"/>
+   <field name="sname" type="string" indexed="true" stored="true"/>
    <field name="created" type="date" indexed="true" stored="true"/>
    <field name="changed" type="date" indexed="true" stored="true"/>
    <field name="last_comment_or_change" type="date" indexed="true" stored="true"/>
@@ -265,6 +266,8 @@
    <field name="language" type="string" indexed="true" stored="true"/>
    <!-- The string version of the title is used for sorting -->
    <copyField source="title" dest="stitle"/>
+   <!-- The string version of the name is used for sorting/multi-site facets -->
+   <copyField source="name" dest="sname"/>
    <!-- Copy terms to a single field that contains all taxonomy term names -->
    <copyField source="tsfield_vid_*" dest="taxonomy_names"/>
 
