SSL using CloudSolrClient

2021-02-03 Thread ChienHuaWang
Hi, I am implementing SSL between Solr and Client communication. The clients connect to Solr via CloudSolrClient According to doc , the passwords should also be set in clients. However, in

Shards and circuit breakers

2021-02-03 Thread Walter Underwood
Should circuit breakers only kill external search requests and not cluster-internal requests to shards? Circuit breakers can kill any request, whether it is a client request from outside the cluster or an internal distributed request to a shard. Killing a portion of distributed request will

Re: SSL using CloudSolrClient

2021-02-03 Thread Jörn Franke
SSL is transport security. For authentication you have to use basic or kerberos or Hadoop. You may also need to configure authorisation > Am 03.02.2021 um 21:22 schrieb ChienHuaWang : > > Hi, > > I am implementing SSL between Solr and Client communication. The clients > connect to Solr via

Error Logs in Solr

2021-02-03 Thread Manisha Rahatadkar
Hi All I see following errors logged, I think these errors are related to Text Suggester. I saw these errors reported in the client environment, but don't know what does it mean. Can someone guide me what is the possibility of these errors? [cid:image001.jpg@01D6FA33.FF76CC20] Regards

Re: SSL using CloudSolrClient

2021-02-03 Thread Jörn Franke
Only between Solr nodes PKIauthentication works > Am 03.02.2021 um 21:27 schrieb Jörn Franke : > > SSL is transport security. For authentication you have to use basic or > kerberos or Hadoop. You may also need to configure authorisation > >> Am 03.02.2021 um 21:22 schrieb ChienHuaWang : >>

Re: How to get case-sensitive Terms?

2021-02-03 Thread Alexandre Rafalovitch
What about copyField with the target being index only (docValue only?) and no lowercase on the target field type? Solr is not a database, you are optimising for search. So duplicate, multi-process, denormalise, create custom field types, etc. Regards, Alex On Wed., Feb. 3, 2021, 4:43 p.m.

Re: How to get case-sensitive Terms?

2021-02-03 Thread elivis
Alexandre Rafalovitch wrote > It is documented in the reference guide: > https://lucene.apache.org/solr/guide/8_8/analysis-screen.html > > Hope it helps, >Alex. > > On Tue, 2 Feb 2021 at 00:57, elivis > elivis@ > wrote: >> >> Alexandre Rafalovitch wrote >> > Admin UI also allows you to

Urgent- General Question about document Indexing frequency in solr

2021-02-03 Thread Manisha Rahatadkar
Hi All Looking for some help on document indexing frequency. I am using apache solr 7.7 and SolrNet library to commit documents to Solr. Summary for this function is: // Summary: // Commits posted documents, blocking until index changes are flushed to disk and // blocking until a new

Re: SolrCloud keeps crashing

2021-02-03 Thread TK Solr
Victor & Satish, Is your Solr accessible from the Internet by anyone? If so, your site is being attacked by a bot using this security hole: https://www.tenable.com/blog/cve-2019-17558-apache-solr-vulnerable-to-remote-code-execution-zero-day-vulnerability If that is the case, try blocking the

Re: SolrCloud keeps crashing

2021-02-03 Thread TK Solr
Oops, I should have referenced this document rather: https://www.tenable.com/cve/CVE-2019-17558 On 2/3/21 2:42 PM, TK Solr wrote: Victor & Satish, Is your Solr accessible from the Internet by anyone? If so, your site is being attacked by a bot

Re: SSL using CloudSolrClient

2021-02-03 Thread ChienHuaWang
Thanks for the information. Could you advise whether CloudSolrClient is compatible with non-TLS? even client is not configure, it can still connect to Solr (TLS enabled)? -- Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Distributing and scaling Lucene Monitor?

2021-02-03 Thread Scott Stults
Has anyone built scaling around Lucene Monitor? I worked with it when it was Luwak, but I haven't had to scale it beyond a single node. There's all of the cluster-ish framework in Solr, but Lucene Monitor is fairly disconnected from that. I've seen the URP someone built around it, but that doesn't