Re: SOLR using sort but not sorting

2007-07-10 Thread Chris Hostetter
: : 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

SOLR using sort but not sorting

2007-07-10 Thread Alessandro Ferrucci
Yo guys so I have a very simplistic solr installation. The relevant schema portion is: everything else is set to default. now I do last-name:a* I get all docs wiht last-name starting with a. now I add sort=last-name asc this DOES change the ordering of the docs but