Re: Major proposal: NamedList in Solr 10

2024-12-23 Thread Gus Heck
Unless you think we shouldn't > bother doing anything drastic/sweeping (possibly breaking users) if it's > likely we don't even want it? > Yeah that's the core of it. We could wind up breaking things twice. -- http://www.needhamsoftware.com (work) https://a.co/d/b2sZLD9 (my fantasy fiction book)

Re: Welcome Pierre Salagnac as Solr Committer!

2024-12-23 Thread Gus Heck
Welcome :) On Mon, Dec 23, 2024 at 12:32 PM Christos Malliaridis < c.malliari...@gmail.com> wrote: > Welcome Pierre, looking forward to working with you. :) > > On Mon, Dec 9, 2024 at 10:23 AM Pierre Salagnac > > wrote: > > > Thank you so much everyone! > > > > I am very excited to be invited to

Re: Major proposal: NamedList in Solr 10

2024-12-23 Thread David Smiley
I'm sympathetic to your questioning of NamedList's alleged performance benefits (or even NamedList's very existence) but I don't see why that would have any coupling to my proposal. Unless you think we shouldn't bother doing anything drastic/sweeping (possibly breaking users) if it's likely we don

Re: Welcome Pierre Salagnac as Solr Committer!

2024-12-23 Thread Christos Malliaridis
Welcome Pierre, looking forward to working with you. :) On Mon, Dec 9, 2024 at 10:23 AM Pierre Salagnac wrote: > Thank you so much everyone! > > I am very excited to be invited to join the community as a committer. > > I've been working with Solr for 10 years now, my first experience was with >

Re: Major proposal: NamedList in Solr 10

2024-12-23 Thread Walter Underwood
> On Dec 23, 2024, at 8:20 AM, Gus Heck wrote: > > While we are at it, let's fix the cases that emit JSON objects with > duplicate keys! Oh, I kind of like that. Keeps the parsers honest. :-) wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog)

Re: Major proposal: NamedList in Solr 10

2024-12-23 Thread Gus Heck
With respect to the effect on JSON output I'm for that. A single dimensional Array encoding a 2D array to communicate key/value pairs is very contrary to any programmer's expectations (at least within this century). So improving the rendering of our JSON at some point: definitely +1 While we are at

Re: Welcome Pierre Salagnac as Solr Committer!

2024-12-23 Thread Michael Gibney
Welcome, Pierre! On Tue, Dec 17, 2024 at 11:17 AM Alessandro Benedetti wrote: > > Welcome on board Pierre! > -- > *Alessandro Benedetti* > Director @ Sease Ltd. > *Apache Lucene/Solr Committer* > *Apache Solr PMC Member* > > e-mail: a.benede...@sease.io > > > *Sease* - Inf

Re: Solr 9.8.0 - branching and releasing plan

2024-12-23 Thread Anshum Gupta
The following tests are consistently failing for me. - TestModelManagerPersistence.testModelAreStoredCompact - TestModelManagerPersistence.testModelStorePersistence - TestModelManager.loadModel_openAi_shouldLoadModelConfig - TestModelManager.loadModel_huggingface_shouldLoadModelConfig - TestModelM

Re: Ending "javabin" format for "V2 API" ?

2024-12-23 Thread Jason Gerlowski
Ultimately I'd love to see CBOR or a similar format supercede (and eventually deprecate) javabin for both v1 and v2. 1. From early perf-testing it's supposedly already more efficient than javabin (More thorough testing is always welcome) 2. CBOR is a popular format that can be parsed in languages