Hi,
I'd like to better understand which releases are compatible with regard
to user-managed index replication. We ran into issues with replication
in the past, when a leader was erroneously updated before its followers
without stopping replication. The reason seems clear: the follower needs
t
Hi seez,
no, in my case, nested documents contained only fields as defined in the
schema. Actually, I didn't even use dynamic fields at all. It was just
the definition of the dynamic catch-all field that led to the problems.
It matched the name that was used to set nested documents. Because th
ACI
On Mon, Apr 19, 2021 at 8:02 PM Andreas Hubold
wrote:
Hi seez,
no, in my case, nested documents contained only fields as defined in the
schema. Actually, I didn't even use dynamic fields at all. It was just
the definition of the dynamic catch-all field that led to the problems.
It ma
Hi,
with Solr 8.6.3 we developed a new feature that uses partial update to
add some nested documents to existing index documents.
Because we didn't have nested documents so far, we've added the _root_
and _nest_path_ fields to the schema, but of course these were unset for
existing documents
The error seems to happens for every kind of partial update / atomic update
when the _root_ field was added to the schema of an existing index.
This means, Solr 8.8.2 now requires a full reindex when one adds the _root_
field to the schema of an existing index. Previously (Solr 8.6.3) this
wasn't
I have opened a JIRA ticket for this now
https://issues.apache.org/jira/browse/SOLR-15468
Would be great if someone could have a look and help.
Thank you,
Andreas
--
Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html
Hi Branco,
we had the same problem. Have you added the _root_ field to the schema
of an existing index? This error (and more severe undetected problems)
can occur if the _root_ field wasn't yet defined in the schema when the
updated document was previously indexed.
See the discussion in http
Hi,
the docker image for the latest Solr release 8.10.1 is still missing.
I'm waiting a bit here, so I tried to help and prepared a pull request:
https://github.com/docker-solr/docker-solr/pull/391
I've followed the nicely written upgrade steps from the docker-solr
repo, but the travis-ci in
Hi folks,
like many others we're using tools to detect known security
vulnerabilties in used software, and the table with false positives at
the SolrSecurity Confluence page is really helpful [1].
However, it seems at least the information about Guava is a bit
outdated. It states Guava is "o
Hi Solr devs,
I've seen the same problem with Solr 9.2.1 now, and I think we have a
bug here: Core creation may deadlock if there are concurrent requests
for metrics
The situation is a complex race condition. I might be wrong, but think I
can explain what happened:
A CoreAdmin CREATE reque
Thanks Ishan, I've created https://issues.apache.org/jira/browse/SOLR-17060
Looks serious, a JIRA would be very helpful. Thanks!
On Fri, 27 Oct, 2023, 9:53 pm Andreas Hubold,
wrote:
Hi Solr devs,
I've seen the same problem with Solr 9.2.1 now, and I think we have a
bug here: Cor
Hi,
just stumbled upon this: This looks like open bug
https://issues.apache.org/jira/browse/SOLR-16203
The workaround would be to configure StopFilterFactory and similar
analysis factories with a class attribute and not the name attribute.
For example, use class="solr.StopFilterFactory" inst
There's already a bug report:
https://issues.apache.org/jira/browse/SOLR-16203
Danilo Tomasoni schrieb am 02.01.24 um 12:11:
Hello and happy new year!
Indeed reverting back to 'class' attribute in place of 'name' did the
trick,
now I don't see any nullpointerexception anymore.
Thank you!
Ple
Hi,
I think there's a bug Solr 9.2.1, that can cause a deadlock when
started. In rare cases, the servlet container startup thread gets
blocked and there's no other thread that could unblock it.
"main" #1 prio=5 os_prio=0 cpu=5922.39ms elapsed=7490.27s
tid=0x7f637402ae70 nid=0x47 waiting
I've created a JIRA issue for this now:
https://issues.apache.org/jira/browse/SOLR-17118
Andreas Hubold wrote on 11.01.24 16:56:
Hi,
I think there's a bug Solr 9.2.1, that can cause a deadlock when
started. In rare cases, the servlet container startup thread gets
blocked and there&
Hi,
You could then add the following to take care of any and all unknown
fields:
Or you could name individual fields like that, which I think would be
a better option than the wildcard dynamic field.
Just a small addition, in case you're also using nested documents: You
should really pr
16 matches
Mail list logo