dsmiley commented on code in PR #2132:
URL: https://github.com/apache/lucene-solr/pull/2132#discussion_r3692647469
##########
solr/solrj/src/java/org/apache/solr/client/solrj/io/stream/FacetStream.java:
##########
@@ -555,6 +584,10 @@ public void open() throws IOException {
paramsLoc.set("rows", "0");
QueryRequest request = new QueryRequest(paramsLoc,
SolrRequest.METHOD.POST);
+ if (paramsLoc.get("lb.proxy") != null) {
+ request.setPath("/"+collection+"/select");
+ }
+
Review Comment:
@thelabdude what is this "lb.proxy" all about? I see no trace of this
anywhere in Solr. AFAICT it wasn't discussed. If I don't hear from you, I'll
remove it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]