Re: Sorting in Solr

2007-05-03 Thread Scott Matthews
Great, thanks. I was hoping the solution you were suggesting was along those lines. Chris Hostetter wrote: : Just to be clear, I have multiple fields per document that Are coming : back in the queried XML. Let's say it's name, id, date, description. I : want to sort dynamically on fields but

Re: Sorting in Solr

2007-05-03 Thread Scott Matthews
Just to be clear, I have multiple fields per document that Are coming back in the queried XML. Let's say it's name, id, date, description. I want to sort dynamically on fields but for my test case on Description. Are you suggesting that there be one field defined per document, or you can only

Sorting in Solr

2007-05-03 Thread Scott Matthews
I've been attempting to utilize Solr 1.1's sorting feature using the Syntax provided on the wiki [q=; (asc|desc)] but I'm having issues with it. Some fields work some do not and my results seem to suggest that it doesn't work when there are any non-alphaNumeric values in the fields. Can so