Thank you Shawn. If I eliminate this indexing node and create 8 NRT shards on these 8 query nodes. Meaning indexing will be happening on all 8 nodes and queries too.
Will it create any impact on response time? currency commit interval is 15 minus. On Tue, Aug 30, 2022 at 8:46 PM Shawn Heisey <[email protected]> wrote: > 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 > >
