I stripped out the AbstractEnumField as part of removing the deprecated
EnumField in favour of EnumFieldType in
https://github.com/apache/solr/pull/3256.
This simplifies our class hierarchy, and I don't think we expect other folks to
be extending it?
Specific commit:
https://github.com/
The Jetty upgrade PR (https://github.com/apache/solr/pull/2876) is ready
for review. Would be great to have a couple more sets of eyes on it --
especially the Jetty config files -- before I merge.
-- Sanjay
On Wed, Apr 2, 2025 at 12:07 AM Isabelle Giguere
wrote:
> So the only thing required is
On Sat, Mar 29, 2025 at 9:52 PM Luke Kot-Zaniewski (BLOOMBERG/ 919 3RD A) <
lkotzanie...@bloomberg.net> wrote:
> Hi David,
>
> I appreciate the partial answers and apologize for the
> late reply.
>
> I did read up a little bit on Istio/Envoy/iptables and
> it does sound interesting although it wou
Hi All,
When running vector search with grouping in multi-shard setting, the
KnnFloatVectorQuery is executed (2+rows) times.
I've observed that Qtime grows linearly when I increase "rows" number
The culprit is this function call in
https://github.com/apache/solr/blob/main/solr/core/src/java/org/
*Excellent* research Luke!
Yes, please file a JIRA and propose a fix. I also have noticed timeouts
named one thing and applied in a different way. Very suspicious.
Hey Gus; if memory serves, did you discuss that once?
On Wed, Mar 19, 2025 at 6:28 PM Luke Kot-Zaniewski (BLOOMBERG/ 919 3RD A) <
: Yeah, I am a bit suss of having it be in it's own repo. If it's in
: it's own repo, folks won't know about it, and it'll struggle to gain
: traction. We've gone down the separate repo path with some other
: efforts, like the Yet Another Solr Admin UI project.
This seems to ignore on
Maybe not a helpful response but I want to say anyway that you should
consider "Collapse & Expand" before result grouping. It's generally more
efficient, code details are better encapsulated (which I care about, as a
maintainer). However, result grouping works on distributed search (shards)
when
Yes; Jetty 12 is an identified blocker (thus required). Gus volunteered to
help review as well. Thanks for volunteering to take a look, Isabelle! I
also did a basic review months ago.
On Tue, Apr 1, 2025 at 9:15 AM Isabelle Giguere
wrote:
> Hi;
>
> Is the plan to have Jetty 12 in Solr 10 ?
>
There still seem to be some problems in sole modules with Java 24.
Am 24.03.2025 um 16:00 schrieb Policeman Jenkins Server:
Build: https://jenkins.thetaphi.de/job/Solr-main-Linux/24047/
Java: 64bit/hotspot/jdk-24 -XX:+UseCompressedOops -XX:+UseSerialGC
All tests passed