SolrCloud request routing URL structure

2024-12-09 Thread David Smiley
In a number of circumstances, CloudSolrClient and various parts of Solr (distributed search, distributed indexing), will create a request routed to a specific core in SolrCloud. But the routing is almost always done plainly, with the URL path like /solr/foo/handler and SolrCloud (specifically Http

Re: Need some help on Components in a distributed query

2024-12-09 Thread Chris Hostetter
On coordinator node, ResponseBuilder.getResults() is always going to be null because there is no DocListAndSet - that's only used on the per-replica requests. (those datastructures only make sense when lucene docids ar relevant -- by the time you are mergeing per-shard responses they are mea

Re: Solr 9.8.0 - branching and releasing plan

2024-12-09 Thread David Smiley
Anshum, I'd like to deprecate some methods that I will be removing in main: https://github.com/apache/solr/pull/2898 for some ClusterState/DocCollection/Replica methods https://github.com/apache/solr/pull/2856 for SimpleMap and more: SOLR-14680: NamedList, deprecating methods: forEachEntry, forE

Re: branch_9_8 created

2024-12-09 Thread Anshum Gupta
As a reminder, please observe the normal rules: * No new features may be committed to the branch. * Documentation patches, build patches and serious bug fixes may be committed to the branch. However, you should submit all patches you want to commit to Jira first to give others the chance to re

branch_9_8 created

2024-12-09 Thread Anshum Gupta
Hi everyone, branch_9_8 has been created. I'll give it a couple of days before moving forward with the release. Please reach out if you have any concerns. -Anshum

Re: Welcome Pierre Salagnac as Solr Committer!

2024-12-09 Thread Mikhail Khludnev
Welcome Pierre! On Mon, Dec 9, 2024 at 12:23 PM 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 > Solr 4. It has been mostly integration w

Re: Welcome Pierre Salagnac as Solr Committer!

2024-12-09 Thread Anshum Gupta
Congratulations and welcome, Pierre! On Mon, Dec 9, 2024 at 2:53 PM 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 > Solr 4. It has been

Re: Welcome Pierre Salagnac as Solr Committer!

2024-12-09 Thread Pierre Salagnac
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 Solr 4. It has been mostly integration work, until a couple years ago when I started working more on the core of Solr. So I

Re: Solr 9.8.0 - branching and releasing plan

2024-12-09 Thread Anshum Gupta
Thanks for merging this in, Jan. I'll cut the branch in a few hours and if we need to, we can back-port any remaining critical fixes. On Fri, Dec 6, 2024 at 8:22 PM Jan Høydahl wrote: > I added https://issues.apache.org/jira/browse/SOLR-17586 as a blocker for > 9.8. PR available. > > PS: I don'