Question

I want to implement dynamic ordering in my solr search.

For eg: if i am selecting the country as India, the members from India has to come in top of the result and members from other countries has to come after that.

Anyone knows, how to implement this?

Was it helpful?

Solution

You can dynamically boost the results at query time e.g. with India, to a higher value so that they come on top and the rest follow.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top