> A followup question has to do with sorting these results.
> 
> I have a field called title that I want the results sorted
> by.
> 
> http://localhost:8983/solr/select?q=feedClass:%22social%20news%22&sort:title%20asc
> 
> I tried this and the results are not sorted (they seem
> random)
> 
> any ideas?

Sort syntax [1] uses equal sign, not semicolon. try this &sort=title+asc

[1]http://wiki.apache.org/solr/CommonQueryParameters#sort

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to