Re: Unable to create collections

2023-05-12 Thread Jan Høydahl
Hi, Have you configured SSL on the Solr hosts? If so, you need to set the urlScheme cluster property accordingly. Jan > 12. mai 2023 kl. 06:23 skrev HariBabu kuruva : > > Hi All, > > I am unable to see any of the Solr host stats(like CPU/Mem..) in the UI, > though the zookeepers and Solr serv

Re: Unable to create collections

2023-05-12 Thread Jan Høydahl
Hi, Have you configured SSL on the Solr hosts? If so, you need to set the urlScheme cluster property accordingly. Jan > 12. mai 2023 kl. 06:23 skrev HariBabu kuruva : > > Hi All, > > I am unable to see any of the Solr host stats(like CPU/Mem..) in the UI, > though the zookeepers and Solr serv

Re: Solr Docker deployment issue

2023-05-12 Thread Jan Høydahl
If you have docker engine version 18 you need to upgrade to v20 or try the workaround mentioned in upgrade notes. Jan > 5. mai 2023 kl. 14:50 skrev Subhasis Patra > : > > Yes, Solr 9.2.0. But I have same problem with 9.0 also. > > I have 18.09.6, build 481bc77156 version installed . > Curious

[dev help wanted] upgrade Solr to use Lucene 9.6.0

2023-05-12 Thread Christine Poerschke (BLOOMBERG/ LONDON)
Hi Everyone, Apache Lucene 9.6.0 was recently released - would you be interested in contributing to update Solr to use it? Please see https://issues.apache.org/jira/browse/SOLR-16799 for details. Thanks, Christine

Re: deleteById for multiple ids with route parameter

2023-05-12 Thread Anjali Maurya
Thanks, Susmit for the solution. I'm having trouble understanding "req.process(client, collection)" in the solution. Could you please provide an explanation? It would be beneficial. On Fri, May 12, 2023 at 10:30 AM Susmit Shukla wrote: > yes, route as well as id parameter is required if the col

RE: Streaming of Documents with text columns (_txt)

2023-05-12 Thread Subhasis Patra
I am using solr in cloud mode with schemaless mode. I don’t want to update/touch managed schema. Is there any way I can send the copy of those fields using solj ? So the text value will be copied to string value. Thanks Subhasis Patra 240-755-2601 subhasis.pa...@e2open.com -Original Messa

Re: deleteById for multiple ids with route parameter

2023-05-12 Thread Susmit Shukla
This is the method signature process(SolrClient client, String collection) input is solr client and the solr collection name On Fri, May 12, 2023 at 4:17 AM Anjali Maurya wrote: > Thanks, Susmit for the solution. > > I'm having trouble understanding "req.process(client, collection)" in the >

Re: deleteById for multiple ids with route parameter

2023-05-12 Thread Shawn Heisey
On 5/12/23 05:15, Anjali Maurya wrote: Thanks, Susmit for the solution. I'm having trouble understanding "req.process(client, collection)" in the solution. Could you please provide an explanation? It would be beneficial. This is the code line that actually sends the request to Solr. The para

Issue in Logging Client IP Addresses in Solr Cloud Logs

2023-05-12 Thread Uday Kumar
Hello all, Currently, we are logging various details for tracking when a *user request hits Solr Cloud*. These details include the timestamp, class name, core name, web app, path, hits, status, and Qtime. However, we now require the *Client IP* to be included in the logs. We tried to achieve this

Re: Unable to create collections

2023-05-12 Thread HariBabu kuruva
Hi Jan, Thanks for your reply. This was working previously(don't remember exactly.. Not sure when this environment was used previously). I remember no configuration changes have been done. May I know where to update those parameters?. On Fri, May 12, 2023 at 1:17 PM Jan Høydahl wrote: > Hi,