Yeah, sometimes the sugar-methods/classes in SolrJ lag a bit behind the collections API. but at root about all these classes do is create a ModifiableSolrParams with all the params you'd specify and make an http call via the AsyncCollectionAdminRequest.process command last I knew.....
Best, Erick On Wed, Feb 7, 2018 at 10:23 AM, Hendrik Haddorp <hendrik.hadd...@gmx.net> wrote: > Hi, > > I'm unable to find how I can do a MODIFYCOLLECTION via Solrj. I would like > to change the replication factor of a collection but can't find it in the > Solrj API. Is that not supported? > > regards, > Hendrik