Can you go to 8.10? Because it’s included in 8.10+ too.
If not, the patch that added this capability is in this issue and maybe you can
make something of it: https://issues.apache.org/jira/browse/SOLR-15610
On Jun 12, 2022, 8:03 AM -0500, 123456780sss
<123456780...@protonmail.com.invalid>, wrote
I don’t want to start a fight here but the SIP process [1] doesn’t say anything
about a vote passing by lazy consensus. It offers 2 options, lazy consensus via
no further discussed objections OR a vote that must have 3 binding +1s:
---
5. When feedback iteration trails off on the DISCUSS thread,
I didn’t develop this feature but know some of how it was designed and
developed, and believe that it wasn’t intentional to omit support for backups
post-shard split. I think it might have just been overlooked as a use case.
I’m going to guess that the cause of this is that the shard names chang
As Shawn explained, when a TLOG replica is not the leader, it does not index
the documents directly but pulls index segments from the leader. However, this
operation is generally rather fast - within a second or two - since it copies
the changed segments, not the full index (and 70 million docs
We have replied to this person’s “monthly reminders” multiple times but they
are apparently not subscribed to the list, so they do not see them. It’s almost
becoming a troll at this point, to repeatedly attempt to shame a community for
not answering but not bothering to join the community to kno
The `body` field that you’re using here has the WordDelimiterGraphFilterFactory
enabled, which is what’s splitting the term “covid19” into “covid 19”. This
filter splits terms on various compound word delimiters, and one delimiter it
uses is a transition from alpha to numeric characters (this is
The first problem you had means that more than 60 connections (configured with
the maxClientCnxns property in your zoo.cfg) were being attempted from the
*same* IP - that’s a lot!
The second error seems rather truncated the way you’ve provided it - from
Googling it seems there should be a bit m
It is probably more of a design flaw than an outright bug, and I think it was
addressed with https://issues.apache.org/jira/browse/SOLR-15300 (released in
8.9).
As explained in that issue, that `state` flag was only meant to reflect the
state during SPLITSHARD operations, but that’s actually a
gt;
> From: Jigar Pandya
> Date: Tuesday, April 13, 2021 at 11:17 AM
> To: users@solr.apache.org , Cassandra Targett
>
> Subject: Re: Regarding internode TLS enablement...
> Thanks Cassandra. This is great that there is an API which can be utilized to
> mark existing collec
At some point after 8.3, we added instructions for what to do with existing
collections:
https://solr.apache.org/guide/8_8/enabling-ssl.html#update-cluster-properties-for-existing-collections.
I don’t see any reason why that wouldn't be valid for 8.3 also.
On Apr 12, 2021, 2:58 PM -0500, Jigar P
It’s an undocumented limitation that interesting terms are not returned in a
distributed query (like SolrCloud would make) when using MLT with the search
component.
The interesting terms support for the search component was added in 8.2 in
https://issues.apache.org/jira/browse/SOLR-12304. That
11 matches
Mail list logo