solr sorting problem

2008-05-22 Thread pmg
I have problem sorting solr results. Here is my solr config search query select/?&rows=100&start=0&q=artistId:100346%20AND%20type:track&sort=alphaTrackSort%20desc&fl=track does not sort track. Don't understand what is missing from config -- View this message i

Re: solr sorting problem

2008-05-22 Thread pmg
I forgot to mention that I made changes to schema after indexing. pmg wrote: > > I have problem sorting solr results. Here is my solr config > > > > stored="true"/> > > > > > > > > search query

Re: solr sorting problem

2008-05-23 Thread pmg
ratch? Thanks! Otis Gospodnetic wrote: > > Hi, > > How was alphaOnlySort defined before you indexed it? It must be > untokenized and this must be set before indexing. > > Otis > -- > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch > > > - O