You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Hendrik Haddorp <he...@gmx.net> on 2018/02/07 18:23:50 UTC

MODIFYCOLLECTION via Solrj

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

Re: MODIFYCOLLECTION via Solrj

Posted by Erick Erickson <er...@gmail.com>.
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
<he...@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