Hi all,
after Chris Hostetter gave me some hints with my problem of exceeding a default
limit, I wanted to change this limit using the config API as described in the
documentation
(https://solr.apache.org/guide/solr/latest/configuration-guide/config-api.html)
When trying to change an existing u
Hi Chris,
thank you for the hints. I'll search for it.
Best regards
Andreas
Von: Chris Hostetter
Gesendet: Dienstag, 6. Mai 2025 20:30
An: users@solr.apache.org
Betreff: Re: Error: Current core has 1206 fields, exceeding the max-fields
limit of 1000
: Subjec
: Subject: Error: Current core has 1206 fields,
: exceeding the max-fields limit of 1000
:
: Hi all,
:
: can someone explain how I can raise the limit on a Solr 9.8.1 collection/core.
It's an optional feature declared in the _default solrconfig.xml that only
applies when using the "add-un
Hi,
I have seen the same happening myself, and I agree it is somewhat unexpected. I
believe there may be some reason beind the behavior, but cannot think of any
right now.
So what would work for you right now would be to get rid of the dead replica in
zookeeper (try DELETEREPLICA), and then do
Hi,
I run solr cloud on GKE; and I’m trying to move my pods to a new disk type. In
doing so the disk will be brand new. I’ve landed in a position that I’m unsure
how to recover from, where the new node is not syncing data from the leader.
To explain exactly what’s happening, lets say I have tw