Velocity should have nothing to do with it, you specify on the query
something like &sort=title asc or &sort=title desc. But do note that
sorting only really makes sense when the field is NOT tokenized. Often
using a combination of a Keyword tokenizer and LowerCaseFilter gives
the results you're looking for...

Best
Erick

On Tue, Jul 12, 2011 at 3:00 PM, okayndc <bodymo...@gmail.com> wrote:
> hello,
>
> was wondering if there is a solr/velocity function out there that can sort
> say, a title name, by clicking on a link named "sort title" that can sort
> ascending or descending by alpha?  or is this a frontend/jquery type of
> thing?
>
> thanks
>
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/solr-velocity-funtion-for-sorting-asc-desc-tp3163549p3163549.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to