: <field name="last-name" type="text" indexed="true" stored="true"/>
: now I add sort=last-name asc : : this DOES change the ordering of the docs but it's not exactly : alphabetically. Lucene sorting can't work on a field with more then one indexed term per document, this was breifly covered in the "sort" param docs, but i have beefed up the info.... http://wiki.apache.org/solr/CommonQueryParameters#sort ...if you have any ideas for improving the docs, please feel free to edit the wiki. -Hoss