On 8/30/22 08:08, Satya Nand wrote:
For querying, we have used *shard.preference as PULL *so that all queries
are returned from pull replicas.
How can I force solr to use only pull replicas? in case one of the pull
replicas is not available then I want partial results to be returned from 7
replicas but never want to query on NRT replicas.
With that shards.preference set to a replica type of PULL, it will only
go to NRT if it has no other choice.
I am not aware of any way to *force* it to only use the preferred type.
Creating an option for that has the potential to interfere with high
availability, so I don't know how receptive devs will be to the idea.
You should open an enhancement issue in Jira.
Thanks,
Shawn