Re: Admin UI Review Meeting - Feedback Requested

2024-11-25 Thread Christos Malliaridis
Hello everyone, Due to the public holiday on November 28, 2024, and considering the requested availability, the Admin UI Review meeting is scheduled for *November 27, 2024, at 17:00 UTC*. You can join the meeting via the following link: https://calendar.app.google/78iAM7aPuH4WzACG6 Please review

Admin UI Review Meeting - Feedback Requested

2024-11-20 Thread Christos Malliaridis
Dear Solr-Community, As part of the Admin UI migration (SIP-7 ), we are also embarking on a full redesign of the interface. The initial designs for the new Admin UI have been published and are available for review at th

RE: Solr 9.7 wont start (Encrypted Delivery) (Encrypted Delivery)

2024-11-15 Thread Christos Malliaridis
Hi Rick, In the thread you sent Robert mentions a work-around that could be applied directly without having to wait for a new release: > As a fix I modified the start script (solr.cmd, line 1463) > and replace the parameter "--max-wait-secs" to "-maxWaitSecs". This should allow the script to ru

Re: 500 Error when attempting to post (Solr 9.7, MacOS 15.0.1)

2024-10-24 Thread Christos Malliaridis
I followed the instructions from https://solr.apache.org/guide/solr/latest/indexing-guide/indexing-with-tika.html with the techproducts example and I was able to reproduce the 500 file permission error. However, changing the line had no effect (restarted and rebuilt the project and instance as wel

New Solr Admin UI - POC Presentation

2024-09-29 Thread Christos Malliaridis
nvite link: https://calendar.app.google/aR49NJ72MfdwKfcBA Read more about this Solr improvement proposal (SIP-7) at https://cwiki.apache.org/confluence/display/SOLR/SIP-7+Updated+Solr+Admin+UI . Best regards, Christos Malliaridis

Re: Weird error message with solr config

2024-09-24 Thread Christos Malliaridis
You are completely right. It seems that the message is malformed. It is missing the /solr path prefix (for V1 API), or /api/collections path prefix (for V2 API). To fix it simply provide a custom solr URL like below: bin/solr config -c mysearchindex -solrUrl http://localhost:8983/api/collections -

Re: Weird error message with solr config

2024-09-24 Thread Christos Malliaridis
Webdeveloper > > IT-Services > > > > *Paris-Lodron-Universität Salzburg* > > Hellbrunner Straße 34, 5020 Salzburg, Österreich > > https://www.plus.ac.at > > > > > -- > *Von:* Christos Malliaridis > *Gesendet:* Dienstag, 24. September 2024 13:

Re: Weird error message with solr config

2024-09-24 Thread Christos Malliaridis
n. > > *Mag.phil. Robert Ehrenleitner, B.Eng.* > > Webdeveloper > > IT-Services > > > > *Paris-Lodron-Universität Salzburg* > > Hellbrunner Straße 34, 5020 Salzburg, Österreich > > https://www.plus.ac.at > > > > > -- >

Re: Weird error message with solr config

2024-09-24 Thread Christos Malliaridis
Hi Robert, This issue seems very similar to https://issues.apache.org/jira/browse/SOLR-17457. Are you using Solr 9.7 perhaps? Looking into the code of 9.7, it seems that the script does add the -scheme flag in the background for you. The help output does not print this option because it was not m

Re: Solr 9.7 does not start on Windows

2024-09-18 Thread Christos Malliaridis
Hi Robert, Thanks for your detailed report. I filed an issue https://issues.apache.org/jira/browse/SOLR-17457 and created a fix, but I am waiting for some input before creating the PR. Best, Christos On Wed, Sep 18, 2024 at 12:54 PM Robert Stephan < robert.step...@uni-rostock.de> wrote: > Hi, >

Input for New Solr Admin UI

2024-08-12 Thread Christos Malliaridis
ead (see notes in the Introduction page in Figma). Best regards, Christos Malliaridis

Re: classNotFound for sql handler

2024-07-12 Thread Christos Malliaridis
Hi Derrick, a ClassNotFoundException is usually thrown if you haven't enabled the SQL module for your collection / Solr. You can enable it by starting Solr with the -Dsolr.modules=sql property or the environment variable SOLR_MODULES=sql. The documentation about Solr Modules

Re: Problem with atomic updates after upgrading from 8.11 to 9.6

2024-07-01 Thread Christos Malliaridis
Somewhat strangely, I only have one collection that is acting this way - > atomic updates on other collections are working fine. Also, everything > worked as expected under Solr 8.11.2 and before. > > On Mon, Jul 1, 2024 at 10:29 AM Christos Malliaridis < > c.malliari...@g

Re: Problem with atomic updates after upgrading from 8.11 to 9.6

2024-07-01 Thread Christos Malliaridis
Hi Jeremy, Based on the information you provided I would say that your price_list_url is recognized as an object instead of a field update. Depending on the way you update your document(s), this may succeed and do what you want, succeed and create flattened documents or fail. A flattened object wo

Re: Issue with SolrJ api.mustache template / generated API classes

2024-06-08 Thread Christos Malliaridis
proaches to tackle this problem. Christos Malliaridis On Sat, Jun 8, 2024 at 1:58 PM Jan Høydahl wrote: > Thanks for researching this. If you are Java savvy it would be super with > a PR with a failing unit test. > > If you searched Jira and could not find a duplicate, feel free

Issue with SolrJ api.mustache template / generated API classes

2024-06-08 Thread Christos Malliaridis
Hello everyone, I was working with SolrJ and the v2 API and realized that some response attributes were missing. The most notably is the collections attribute in CollectionsApi.ListCollections response. This issue throws the error UnrecognizedPropertyException during deserialization / parsing of t

Re: SolrCloud Collections with Helm

2024-05-27 Thread Christos Malliaridis
ootstraps it. > > In SIP-18 it is proposed a solr module that allows you to bootstrap config > set from ConfigMap. See https://issues.apache.org/jira/browse/SOLR-16739 > However, that effort seems to have stalled. > > Jan > > > 27. mai 2024 kl. 07:47 skrev Christos Malliari

SolrCloud Collections with Helm

2024-05-26 Thread Christos Malliaridis
Hello everyone, I am a new adopter of Solr and I am working on a Kubernetes cluster setup where I run a helm chart for installing and configuring multiple components of a backend, including Apache Kafka, Flink and Solr. Most components come with their own operator and CRDs which I install with a