Ref Guide: fix ZK string in kerberos solrj example

This commit is contained in:
Cassandra Targett 2018-05-10 11:53:35 -05:00
parent 7d9059ef13
commit 0adaeee438
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ To create a `CloudSolrClient` that uses delegation tokens:
[source,java] [source,java]
---- ----
CloudSolrClient client = new CloudSolrClient.Builder() CloudSolrClient client = new CloudSolrClient.Builder()
.withZkHost("http://localhost:2181") .withZkHost("localhost:2181")
.withLBHttpSolrClientBuilder(new LBHttpSolrClient.Builder() .withLBHttpSolrClientBuilder(new LBHttpSolrClient.Builder()
.withResponseParser(client.getParser()) .withResponseParser(client.getParser())
.withHttpSolrClientBuilder( .withHttpSolrClientBuilder(