Re: Eclipse support

2025-01-14 Thread Jason Gerlowski
It's not split packages afaik: both sets of SolrRequest classes end up in the same solrj jar On Tue, Jan 14, 2025 at 5:26 PM Gus Heck wrote: > > > > > It makes sense for all our > > SolrRequest/SolrResponse implementations to be in the same package, > > > regardless of their provenance. > > > > T

Re: SolrCloud request routing URL structure

2025-01-14 Thread David Smiley
On Tue, Jan 14, 2025 at 12:48 PM David Smiley wrote: > Any way, for V1, CloudSolrClient sends a parameter like this: >_stateVer_=collection1:3 > It's used for distributed ClusterState cache invalidation by > CloudSolrClient.[1]. It's a list of collections and their versions > (consider that a

Re: [VOTE] Release Solr 9.8.0 RC1

2025-01-14 Thread Houston Putman
+1 (binding) SUCCESS! [0:37:10.192767] I also ran the solr operator integration tests with it: Ran 27 of 28 Specs in 509.267 seconds > SUCCESS! -- 27 Passed | 0 Failed | 0 Pending | 1 Skipped It was very hard to get the docker image to build, because GPG behaves a little differently now. But

Re: Eclipse support

2025-01-14 Thread Gus Heck
> > It makes sense for all our > SolrRequest/SolrResponse implementations to be in the same package, > regardless of their provenance. > That sentiment sounds like "split packages" which is a practice that runs contrary to the way the java module system works with respect to jars, though I'm not s

[VOTE] Release Solr 9.8.0 RC1

2025-01-14 Thread Anshum Gupta
Please vote for release candidate 1 for *Solr 9.8.0* *The artifacts can be downloaded from:* https://dist.apache.org/repos/dist/dev/solr/solr-9.8.0-RC1-rev-8bf0100e502ade4b8161e4b90f762b117a6ef442 If you're running on MacOS, due to an update to the integration tests, you would need to install co

Re: SolrCloud request routing URL structure

2025-01-14 Thread David Smiley
Jason said: > There's not currently a "shard-level" path for querying, but other > APIs currently exist at the > "/collections/someColl/shards/someShardName" path, so it's only a > small leap to offering querying there. > So Jersey/OpenAPI will have no problem with all the core handlers being add

Changing the way we lock dependencies

2025-01-14 Thread Christos Malliaridis
Hello everyone, I would like to merge https://github.com/apache/solr/pull/2925 next week, after doing some small cleanups. The PR improves the way our dependencies are resolved by introducing a platform module that automatically adds all our dependencies from our version catalog (gradle/libs.vers

Re: SolrCloud request routing URL structure

2025-01-14 Thread Pierre Salagnac
I'm not a big fan of matrix parameters to identify the resource we want to target. To me, as a guideline, the path of the URL is to target a resource, which in the Solr case is a collection/shard/core and a handler. Then parameters, or the query part of the URL, give other details like the action