Release of Solr 8.1.2 bug fix

2019-07-02 Thread Zheng Lin Edwin Yeo
Hi, I understand that currently there is plan for a Solr 8.1.2 bug fix release to resolve some of the bugs, like the SOLR-13510 basic authentication issue. Would like to check, what is the timeline like for the release? Regards, Edwin

query optimization

2019-07-02 Thread Midas A
Hi, How can i optimize following query it is taking time webapp=/solr path=/search params={ df=ttl&ps=0&hl=true&f.ind.mincount=1&hl.usePhraseHighlighter=true&lowercaseOperators=true&ps2=0&ps3=0&qf=contents^0.05+currdesig^1.5+predesig^1.5+lng^2+ttl+kw_skl+kw_it&sow=false&hl.fl=ttl,kw_skl,kw_it,co

Re: SolrCloud indexing triggers merges and timeouts

2019-07-02 Thread Rahul Goswami
Hi Shawn, Thank you for the detailed suggestions. Although, I would like to understand the maxMergeCount and maxThreadCount params better. The documentation mentions that maxMergeCount : The maximum number of

Re: Bug in scoreNodes function of streaming expressions?

2019-07-02 Thread Pratik Patel
Hi Joel, There also seems to be an issue related to how QueryRequest instance is created in scoreNodes implementation. It seems to be using GET method instead of POST. As a result, when underlying stream is big, scoreNodes function fails with an exception "URI is too large" I found a related is i

Faceting with Stats

2019-07-02 Thread Ahmed Adel
Hi, How can stats field value be calculated for top facet values? In other words, the following request parameters should return the stats.field measures for facets sorted by count: q: * wt: json stats: true stats.facet: authors_s stats.field: average_rating_f facet.missing: true f.authors_s.face

Grouping facet count is not working with JSON Faceting

2019-07-02 Thread Ganesan, VinothKumar
Hi, I am trying to use JSON faceting in SOLR 7.3 along with grouping documents and noticed that group.facet=true is not working with json.facet but it works with flat faceting. Query Format I used: http://localhost:8983/solr/Collection/select?q=*:*&facet=true&facet.mincount=2&json.facet={sc_uf

Re: Add dynamic field to existing index slow

2019-07-02 Thread Erick Erickson
OK, then let’s see the indexing code. Make sure you don’t 1> commit after every batch 2> never, never, never optimize. BTW, you do not want to turn off commits entirely, there are some internal data structures that grow between commits. So I might do something like specify commitWithin on my add

Re: Bug in scoreNodes function of streaming expressions?

2019-07-02 Thread Pratik Patel
Great, thanks! On Tue, Jul 2, 2019 at 6:37 AM Joel Bernstein wrote: > Ok, that sounds like a bug. I can create a ticket for this. > > On Mon, Jul 1, 2019 at 5:57 PM Pratik Patel wrote: > > > I think the problem was that my streaming expression was always returning > > just one node. When I adde

Re: Add dynamic field to existing index slow

2019-07-02 Thread derrick cui
I have tested the query desperately, actually executing query is pretty fast, it only took a few minutes to go through all results including converting solr document to java object. So I believe the slowness is in persistence end.  BTW,  I am using linux system. Sent from Yahoo Mail for iPhone

Re: Bug in scoreNodes function of streaming expressions?

2019-07-02 Thread Joel Bernstein
Ok, that sounds like a bug. I can create a ticket for this. On Mon, Jul 1, 2019 at 5:57 PM Pratik Patel wrote: > I think the problem was that my streaming expression was always returning > just one node. When I added more data so that I can have more than one > node, I started seeing the result.

A consistency of split shard bug in v7.3.1-release

2019-07-02 Thread zhenyuan wei
Hi all, I have a collection1 with 8 shards,each shard‘s replicationFactor=1. I have an application adding 6000w document with infinite retry if any Exception catch. That is to say, finally it should be found 6000w docs when query=*:*. Normally, all things good, but if in the same time, a