Re: Facet results polluting filter cache

2019-04-22 Thread Mikhail Khludnev
Just a guess that this "pollution" occurs during refining counts for distributed facets. Perhaps, there's a way to avoid this "refinement" by tweaking some params. On Mon, Apr 22, 2019 at 7:48 PM summit wrote: > Hi, > > I have been digging into our filter cache's low hit rate and i have > discov

RE: Cannot set pollInterval in SolrCloud for PULL or TLOG replica

2019-04-22 Thread Vadim Ivanov
In my use case, I don't have bulk updates. I just have continuously heavy updates on most cores But maybe you can try to set updateHandler.autoCommit.maxTime through config api before and after bulk updates. updateHandler.autoCommit.maxTime https://lucene.apache.org/solr/guide/7_6/config-api.htm

Facet results polluting filter cache

2019-04-22 Thread summit
Hi, I have been digging into our filter cache's low hit rate and i have discovered that all of its content gets pushed out by some facet results. This field in particular has a very large number of distinct values. I have tried facet.method=fc and facet.method=fcs, but in both cases, it seems li

Re: Mistake assert tips in FST builder ?

2019-04-22 Thread Michael McCandless
Hello, Indeed, you cosmetic fix looks great -- I'll push that change. Thanks for noticing and raising! Mike McCandless http://blog.mikemccandless.com On Tue, Apr 16, 2019 at 12:04 AM zhenyuan wei wrote: > Hi, >With current newest version, 9.0.0-snapshot,In > Builder.UnCompileNode.addArc(

Re: How to Add replicas in 7.6, similar to 5.4

2019-04-22 Thread Shawn Heisey
On 4/22/2019 7:15 AM, Raveendra Yerraguntla wrote: Should the collection APIs need to be used to create a replicas? The answer to that is an emphatic yes. ALL changes to SolrCloud collections should be handled through the Collections API. If you are creating replicas any other way, such as

Re: How to Add replicas in 7.6, similar to 5.4

2019-04-22 Thread Raveendra Yerraguntla
 @eric  Thanks for the reply. The upgrading process is in two phases. In the initial phase brings the cluster using new solr version binaries. In the next phase use the non-deprecated functionalities and make use of the new functionalities Let me explain the problem little different way.  Enviro

Re: Replica becomes leader when shard was taking a time to update document - Solr 6.1.0

2019-04-22 Thread Shawn Heisey
On 4/22/2019 3:19 AM, vishal patel wrote: -- 228634803 maxDoc of one shard [we have 26 collection in production and 2 shards 2 replicas] 228 million is quite a lot of documents. Can you gather and share the screenshot described on the following wiki page? There seem to be two Solr instances