Re: Is the filter cache separate for each host and then for each collection and then for each shard and then for each replica in SolrCloud?

2017-06-02 Thread Erick Erickson
at 8:31 AM, Daniel Angelov >>> wrote: >>> > Thanks for the answer! >>> > This means, if we have a collection with 2 replicas, there is a chance, >>> > that 2 queries with identical fq values can be served from different >>> > replicas of the

Re: Is the filter cache separate for each host and then for each collection and then for each shard and then for each replica in SolrCloud?

2017-06-02 Thread Daniel Angelov
t; replicas of the same shards, this means, that the second query will not >> use >> > the cached set from the first query, is not it? >> > >> > Thanks >> > Daniel >> > >> > Am 02.06.2017 15:32 schrieb "Susheel Kumar" : &g

Re: Is the filter cache separate for each host and then for each collection and then for each shard and then for each replica in SolrCloud?

2017-06-02 Thread Daniel Angelov
values can be served from different >> > replicas of the same shards, this means, that the second query will not >> use >> > the cached set from the first query, is not it? >> > >> > Thanks >> > Daniel >> > >> > Am 02.06.2017 15:32

Re: Is the filter cache separate for each host and then for each collection and then for each shard and then for each replica in SolrCloud?

2017-06-02 Thread Daniel Angelov
f the same shards, this means, that the second query will not > use > > the cached set from the first query, is not it? > > > > Thanks > > Daniel > > > > Am 02.06.2017 15:32 schrieb "Susheel Kumar" : > > > >> Thanks for the correction Shawn.

Re: Is the filter cache separate for each host and then for each collection and then for each shard and then for each replica in SolrCloud?

2017-06-02 Thread Erick Erickson
ry, is not it? > > Thanks > Daniel > > Am 02.06.2017 15:32 schrieb "Susheel Kumar" : > >> Thanks for the correction Shawn. Yes its only the heap allocation settings >> are per host/JVM. >> >> On Fri, Jun 2, 2017 at 9:23 AM, Shawn Heisey wrote: &

Re: Is the filter cache separate for each host and then for each collection and then for each shard and then for each replica in SolrCloud?

2017-06-02 Thread Daniel Angelov
t; > Is the filter cache separate for each host and then for each > > > collection and then for each shard and then for each replica in > > > SolrCloud? For example, on host1 we have, coll1 shard1 replica1 and > > > coll2 shard1 replica1, on host2 we have, coll1 shard2 rep

Re: Is the filter cache separate for each host and then for each collection and then for each shard and then for each replica in SolrCloud?

2017-06-02 Thread Susheel Kumar
Thanks for the correction Shawn. Yes its only the heap allocation settings are per host/JVM. On Fri, Jun 2, 2017 at 9:23 AM, Shawn Heisey wrote: > On 6/1/2017 11:40 PM, Daniel Angelov wrote: > > Is the filter cache separate for each host and then for each > > collection and then

Re: Is the filter cache separate for each host and then for each collection and then for each shard and then for each replica in SolrCloud?

2017-06-02 Thread Shawn Heisey
On 6/1/2017 11:40 PM, Daniel Angelov wrote: > Is the filter cache separate for each host and then for each > collection and then for each shard and then for each replica in > SolrCloud? For example, on host1 we have, coll1 shard1 replica1 and > coll2 shard1 replica1, on host2 we have,

Re: Is the filter cache separate for each host and then for each collection and then for each shard and then for each replica in SolrCloud?

2017-06-02 Thread Susheel Kumar
ached from query against coll2. Thnx On Fri, Jun 2, 2017 at 1:40 AM, Daniel Angelov wrote: > Is the filter cache separate for each host and then for each collection and > then for each shard and then for each replica in SolrCloud? > For example, on host1 we have, coll1 shard1 replic

Is the filter cache separate for each host and then for each collection and then for each shard and then for each replica in SolrCloud?

2017-06-01 Thread Daniel Angelov
Is the filter cache separate for each host and then for each collection and then for each shard and then for each replica in SolrCloud? For example, on host1 we have, coll1 shard1 replica1 and coll2 shard1 replica1, on host2 we have, coll1 shard2 replica2 and coll2 shard2 replica2. Does this mean