AW: Unexpected behaviour of solr.NumFieldLimitingUpdateRequestProcessorFactory

2025-05-09 Thread Andreas Mock
g things, and proposing a fix. Hopefully we can get this merged and released in Solr 9.9 or a possible 9.8.2. If you'd like I can share a PR link here when it's available, and you can help review? Best, Jason On Wed, May 7, 2025 at 9:14 AM Andreas Mock wrote: > > Hallo all

Unexpected behaviour of solr.NumFieldLimitingUpdateRequestProcessorFactory

2025-05-07 Thread Andreas Mock
Hallo all, the default solrconfig.xml fpr Solr 9.8.1 declares 1000 true which is used in The documentation states that the Attribute warnOnly defines whether the situation of having too many fields ends in a warning or in an error. As you can see the configurat

Weird error using config API v2 with Solr 9.8.1 to add UpdateProcessor (Followup of "Current core has 1206 fields, exceeding the max-fields limit of 1000")

2025-05-06 Thread Andreas Mock
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

AW: Error: Current core has 1206 fields, exceeding the max-fields limit of 1000

2025-05-06 Thread Andreas Mock
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

Error: Current core has 1206 fields, exceeding the max-fields limit of 1000

2025-05-05 Thread Andreas Mock
Hi all, can someone explain how I can raise the limit on a Solr 9.8.1 collection/core. I've found some snippets via Google but could find the right API endpoint to raise the limit for a core/collection. Hints very welcome. Best regards Andreas

How to connect to Node of a Solr-Cloud-Cluster

2025-04-02 Thread Andreas Mock
Hi all, probably for all out there a stupid question, but I didn't find any hint in the documentation. When I install a SolrCloud-Cluster with several nodes, how do you connect to any of them to do the job? Do you install some kind of proxy in front of the nodes? Or do you ask zookeeper for an

Need help with memory leak

2025-03-12 Thread Andreas Mock
Hi all, we face the following situation: - We have two solr nodes in standalone mode. - On one all indexing and schema changes are done - The second instance is follower and getting the documents via replication. - version is solr-8.11.2 running on Java 1.8.0 Everything seems fine for a long time

AW: Solo server restarting every 90 seconds for no clear reason

2025-01-28 Thread Andreas Mock
vicenow<https://www.linkedin. > com/company/servicenow><https://www.linkedin.com/company/servicenow //www.linkedin.com/company/servicenow>>> | > X<https://twitter.com/servicenow<https://twitter.com/servicenow> witter.com/servicenow<https://twitter.com/servicenow>>&

AW: Solo server restarting every 90 seconds for no clear reason

2025-01-28 Thread Andreas Mock
> -Ursprüngliche Nachricht- > Von: Eliot Kimber > Gesendet: Dienstag, 28. Januar 2025 14:43 > An: users@solr.apache.org > Betreff: Solo server restarting every 90 seconds for no clear reason > > I have installed Solr on RHEL 9 and it is working fine except that it > restarts every 90 se

Hints needed for finding reasons of oom only on follower

2022-09-06 Thread Andreas Mock
Hi all, I want to ask whether someone could give me a hint or pointer for investigating a problem I have with solr version 8.11.2 but only on a follower instance. 1) I don't use the the cluster version. 2) I have one instance which is configured as leader, so that follower can pull core data and

AW: SOLR API - modifying the schema for one collection modifies it for ALL collections ?

2022-08-31 Thread Andreas Mock
Hi Chris, it is the same I struggled with when I started with Solr. The ConfigSet is a set of configuration you refer to with one or more cores. Changing settings for the core changes the ConfigSet, therefore the setting for all cores refering that ConfigSet. Solution: Make a full copy of a Conf

AW: Failed to create solr core in Solr 8.9.0 using Solr API

2021-08-20 Thread Andreas Mock
> -Ursprüngliche Nachricht- > Von: Ravi Mishra > Gesendet: Freitag, 20. August 2021 10:00 > An: users@solr.apache.org > Betreff: Failed to create solr core in Solr 8.9.0 using Solr API > as I want to run Solr as standalone application through my specific > version of jetty server. > cla

AW: Compacting JSON-Output

2021-04-15 Thread Andreas Mock
ew and merge. Please > tag me (“David Eric Pugh”) on the ticket in JIRA. > > Eric > > > > On Apr 15, 2021, at 4:25 AM, Andreas Mock > wrote: > > > > Hi Frank, > > > > thank you for your fast answer. > > > > Interesting. You referre

AW: Compacting JSON-Output

2021-04-15 Thread Andreas Mock
ON-Output > > https://solr.apache.org/guide/6_6/response-writers.html#ResponseWriters- > TheindentParameter > > > On 15 Apr 2021, at 09:32, Andreas Mock wrote: > > > > Hi all, > > > > I searched around for a while now but couldn't find an answer

Compacting JSON-Output

2021-04-15 Thread Andreas Mock
Best regards Andreas Mock