質問

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?

役に立ちましたか?

解決

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.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top