I have problem sorting solr results. Here is my solr config 

   <field name="track" type="text" indexed="true" stored="true" />
   <field name="trackSort" type="string" indexed="true" stored="false"/>
   <field name="alphaTrackSort" type="alphaOnlySort" indexed="true"
stored="true"/>


   <copyField source="track" dest="text"/>
   <copyField source="track" dest="trackSort"/>
   <copyField source="track" dest="alphaTrackSort"/>   


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 in context: 
http://www.nabble.com/solr-sorting-problem-tp17417394p17417394.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to