Re: Splitting the collection API into separate per-command class files

2021-05-05 Thread Jason Gerlowski
> Would the individual commands register via classpath scanning or static > initializers or is this something that @Endpoint already does for us? A bit of both as I understand it. Classes containing these endpoint methods must be explicitly registered in CoreContainer, but from there reflection i

Re: Proposal to use AffinityPlacementFactory as default in 9.0

2021-05-05 Thread Andrzej BiaƂecki
+1. > On 29 Apr 2021, at 17:30, Ilan Ginzburg wrote: > > Expliciting (I think) your suggestion from the Slack thread Jan: > Add support for a new solr.xml config called something like > forceDefaultLegacyPlacementStrategy > Do not add anything in solr.xml > At runtime: > If a placement plugin i