Hi, I need to get a document position within a search result for a specific member, to show them where there result lie for a particular set of filters... I tried using a Solr-Ranking plugin but its outdated, version 3.5 compatible. Is there some other way? Ordinal ranking or any other thing.. the version I am using is solr 4.7. The last resort would be counting in the app.. but the issue is that would be extensive... it would mean running a Solr request for each listed item to get its position by looping through the results till X page or X limit ... can't traverse all data.
Help plz. -Shayan