Skip to main content
September 5, 2016
Question

solr collection record order management

  • September 5, 2016
  • 0 replies
  • 398 views

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

This topic has been closed for replies.