We have a requirement to add a random number to a field and sort it .
eg; we have rank which is integer in each document. we need to add some random number between 1-10 to rank field in each document and finally sort it in ascending.
by doing this we can rearrange the product each time we call in the solr response.