Copy link to clipboard
Copied
Hi,
Using cf 11. Using solr collection for search after getting the
records from stored procedure. The result in collection
does not seems to appear in the order we see from the stored procedure result.
Used sort attrbute to fix this,but does seems to work out
http://localhost:8987/solr/searchfw2/select?indent=on&q="Stocking Holders"~10&fl=*,score&wt=json&sort=custom4 asc
Could you please specify how to manage the order of records using solr collection?
Thanks
Have something to add?