Re: Add a new Shard to the collection

2023-08-03 Thread Ilan Ginzburg
I don't think adding shards (even from 1 to 2) is the solution. You need enough replicas so all your nodes share the load, but with such small shards you likely don't need more than 1. If your nodes are saturated by traffic, you need more nodes (and more replicas so that the added nodes have a repl

RE: Add a new Shard to the collection

2023-08-03 Thread ufuk yılmaz
My two cents, it took me some time to understand when to add shards or replicas when I first started using Solr, Speed of a single isolated query when system is idle -VS- total throughput of the system when many queries are executing Sharding divides data into smaller pieces and puts each piece

Prevent traffic to solr node

2023-08-03 Thread r ohara
Hello! Is there a way to mark a solr node (pull) as 'sick' to prevent traffic going to it? We're using solrcloud 8.9. I'm wondering if there's a way using the cluster node management api? Thanks in advance

Fwd:

2023-08-03 Thread Ayana Joby
-- Forwarded message - From: Ayana Joby Date: Fri, Aug 4, 2023 at 10:14 AM Subject: To: Hello Team, We are using following configuration for Japanese language, but synonym search is not working using this configuration for japanese language But it is

Re: Fwd:

2023-08-03 Thread ufuk yılmaz
Did you change these configurations after indexing your documents? May be it needs reindexing if it’s working in analysis page but not with actual queries — > On 4 Aug 2023, at 07:45, Ayana Joby wrote: > > > > -- Forwarded message - > From: Ayana Joby > Date: Fri, Aug 4, 202

Re: Fwd:

2023-08-03 Thread Ayana Joby
No, I haven't changed configuration after indexing On Fri, Aug 4, 2023 at 11:30 AM ufuk yılmaz wrote: > Did you change these configurations after indexing your documents? May be > it needs reindexing if it’s working in analysis page but not with actual > queries > > — > > > On 4 Aug 2023, at 07: