About Query for sharding core

2023-02-15 Thread Changcheng Shao
Hi, Solr team I am using Solr 8.11, and I want to ask some questions about query for sharding core. Now I have two Solr cloud clusters, one has two shards for core, and the other has one shard. Cluster sadhocb has 3 Solr instances. The core is creative, and has 2 shards and 3 replications. The r

RE: SOLR security scan question

2023-02-15 Thread Razvan Bolocan
Any news on this? From: Razvan Bolocan Sent: Thursday, February 9, 2023 12:11 PM To: users@solr.apache.org Subject: SOLR security scan question Hi, We are using SOLR 8.11.2 both classic and containerised/docker. We have an internal security scanner and it contains multiple types

Re: SOLR security scan question

2023-02-15 Thread Andy Lester
> Any news on this? > > We know some of them are covered in > https://solr.apache.org/security.html#cve-reports-for-apache-solr-dependencies > but not all. > We have also seen the > https://lists.apache.org/thread/539bkq8r11msjpl3yo1ssvy77kmdrps7 > Can we have a resolution for the above? What

Re: SOLR security scan question

2023-02-15 Thread Gus Heck
Hi Razvan, Have you looked at https://solr.apache.org/security.html yet? Some of the CVE's in your list are already listed there. If you could eliminate the CVE's from your list that are already dealt with on that page then you might get more attention. As it stands, you seem to be asking us to do

Re: Standalone Solo upgrade from 4.x to 8.x

2023-02-15 Thread Natarajan, Rajeswari
Thanks for the response. The link only has details from 6.x . Prior to 6.x versions there is no info. -Rajeswari On 2/14/23, 10:36 PM, "Jan Høydahl" mailto:jan@cominvent.com>> wrote: It is possible, but I’d choose v9. Reference guide is your friend: https://eur03.safelinks.protection.out

Re: Standalone Solo upgrade from 4.x to 8.x

2023-02-15 Thread Shawn Heisey
On 2/14/23 20:02, Natarajan, Rajeswari wrote: Would like to know if it is possible to upgrade standalone solr from 4.x to 8.x Is there a wiki available. Please let me know. In most cases when jumping more than one major version you will have to completely reindex from scratch. You can't upg

Re: Standalone Solo upgrade from 4.x to 8.x

2023-02-15 Thread Eric Pugh
If I were you, I would think about this as “a fresh implementation inspired by my old set up”…. So much has changed/evolved/gotten better. I would start out with a fresh 9.x Setup, and then look at your old setup and compare differences…. > On Feb 15, 2023, at 7:11 PM, Shawn Heisey wrote:

Deleting shard in solr

2023-02-15 Thread Neeraj giri
Hi all, I am trying to delete a shard in solr, but its saying shard is active and cannot be deleted. Is there a way to make a shard inactive ad then delete it? or any other way to delete a shard Regards, Neeraj giri

Re: Deleting shard in solr

2023-02-15 Thread Shawn Heisey
On 2/15/23 18:42, Neeraj giri wrote: I am trying to delete a shard in solr, but its saying shard is active and cannot be deleted. Is there a way to make a shard inactive ad then delete it? or any other way to delete a shard Which router is the collection using? If it's the default compositeid,

Re: Deleting shard in solr

2023-02-15 Thread Shawn Heisey
On 2/15/23 20:10, Shawn Heisey wrote: About the only thing you can do along these lines is SPLITSHARD. After a split completes, you can delete the original shard, because at that point it will be inactive, and the newly created shards will cover its hash range. Thanks, Shawn

Re: Standalone Solr upgrade from 4.x to 8.x

2023-02-15 Thread Natarajan, Rajeswari
Thanks much for the reply. On 2/15/23, 4:12 PM, "Shawn Heisey" mailto:apa...@elyograg.org>> wrote: On 2/14/23 20:02, Natarajan, Rajeswari wrote: > Would like to know if it is possible to upgrade standalone solr from 4.x to > 8.x > > Is there a wiki available. Please let me know. In most cas