Hi,

In a multi-node solr installation (without SolrCloud), during a paging
scenario (e.g., start=1000, rows=200), the primary node asks for 1200 rows
from each shard. If highlighting is ON, then the primary node is asking for
highlighting all the 1200 results from each shard, which doesn't scale
well. Is there a way to break the shard query in two steps e.g. ask for the
1200 rows and after sorting the 1200 responses from each shard and finding
final rows to return (1001 to 1200) , issue another query to shards for
asking highlighted response for the relevant docs?



Thanks
Nawab

Reply via email to