Re: Solr Collection reload task has been in running state for a very long time

2020-12-11 Thread Moulay Hicham
Hi, I will really appreciate if someone can help me with this. Thank you, Moulay On Thu, Dec 10, 2020, 8:28 AM Moulay Hicham wrote: > Hi, > > We have a solr cluster of 30 nodes with a Replication Factor =3. > Each index size is about 80GB. > Solr version is 8.1 > The cluster has high TPS

Rolling Upgrade Failing

2020-12-11 Thread Paul Russell
I have done several SOLR upgrades without any issues but Im getting the error below after upgrading the 1st of the 3 nodes in a cluster. All nodes were running SOLR 6.6.0. I shutdown one of the replica nodes and did the upgrade to SOLR 7.7.3. The cluster has a SOLR 6 index.. When I start this

Copyfields, will there be any difference between source and dest if they are switched?

2020-12-11 Thread ufuk yılmaz
Hello all, Documentation states “Fields are copied before analysis is done, meaning you can have two fields with identical original content, but which use different analysis chains and are stored in the index differently.” I have a field definition for a case insensitive string which I use for

Re: Vulnerabilities in SOLR 8.6.2

2020-12-11 Thread Walter Underwood
1. There is no Solr support team. This is a mailing list of volunteers using the software. 2. I do not recommend running Solr in a Docker container for production. 3. Please review the Solr Jira for security issues. If you believe that there are security vulnerabilities that need to be fixed,

Solrcloud load balancing / failover

2020-12-11 Thread Dominique Bejean
Hi, Is there in Solrcloud any load balancing based on CPU load on Solr nodes ? If for shard a replica fails to handle a query, the query is sent to another replica in order to be completed ? Regards Dominique

FW: Vulnerabilities in SOLR 8.6.2

2020-12-11 Thread Narayanan, Lakshmi
Can anyone please advise? Who else should be notified to get some guidance on this please?? Lakshmi Narayanan Marsh & McLennan Companies 121 River Street, Hoboken,NJ-07030 201-284-3345 M: 845-300-3809 Email: lakshmi.naraya...@mmc.com From: Narayanan, Lakshmi

Function Query Optimization

2020-12-11 Thread Jae Joo
I have the requirement to create field - xyz to be returned based on the matched result. Here Is the code . XYZ:concat( if(exists(query({!v='field1:12345'})), '12345', ''), if(exists(query({!v='field1:23456'})), '23456', ''), if(exists(query({!v='field1:34567'})), '34567', ''),

Re: Timeout occured while waiting response from server

2020-12-11 Thread raj.yadav
elivis wrote > See: > https://lucene.472066.n3.nabble.com/SolrServerException-Timeout-occured-while-waiting-response-from-server-tc4464632.html > > Maybe this will help somebody. I was dealing with exact same problem. We > are > running on VMs, and all of our timeout problems went away after we >

[SOLR-8.5.2] Commit through curl command is causing delay in issuing commit

2020-12-11 Thread raj.yadav
Solr Setup: (Running in solrCloud mode) It has 6 shards, and each shard has only one replica (which is also a leader) and the replica type is NRT. Each shards are hosted on the separate physical host. Zookeeper => We are using external zookeeper ensemble (3 separate node cluster) Shard and Host

impressive improvement in documentation

2020-12-11 Thread Arturas Mazeika
Hi Solr fans, I am impressed to see that documentation of solr improves so nicely over time. If one compares the 7.1 version of json api with the current (8.7) one sees that additional fields are documented: https://lucene.apache.org/solr/guide/8_7/json-request-api.html Query parametersJSON