Ultimate Solr Guide:#18 Query Re-Ranking
Published in
1 min readJul 19, 2020
There often comes a scenario when we need to improve the performance of an already complex query in order to reduce the likelihood of system failure. To do that a simple strategy is to apply a certain configuration to only top N documents from the total set . This releases the system memory for other resources. Solr provides this ability by using rq parameter.
To continue reading, please continue here ..