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
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
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
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
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
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
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
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
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'