[ 
https://issues.apache.org/jira/browse/SOLR-8614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15121682#comment-15121682
 ] 

Mark Miller commented on SOLR-8614:
-----------------------------------

I cannot remember for sure, but I think for SolrCloud, the leader to replica 
communication has to be binary because it's the only one currently expressive 
enough to match a Solr command object (though I had to make it so, so it's not 
impossible for other formats).

> Add simple SolrClient.setUseXmlFormat
> -------------------------------------
>
>                 Key: SOLR-8614
>                 URL: https://issues.apache.org/jira/browse/SOLR-8614
>             Project: Solr
>          Issue Type: Improvement
>          Components: clients - java
>            Reporter: David Smiley
>              Labels: newdev
>
> It'd be nice if there was a SolrClient one-liner to set all communication 
> (req & rsp) to be XML or binary as a toggle, without having to know which 
> classes to the parsing/writing as that's really an implementation/internal 
> detail. It's nice to make such a flag configurable in the client's software 
> to ease upgrades.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to