You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2018/05/15 20:04:41 UTC

[24/39] lucene-solr:jira/solr-11779: Ref Guide: fix ZK string in kerberos solrj example

Ref Guide: fix ZK string in kerberos solrj example


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/0adaeee4
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/0adaeee4
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/0adaeee4

Branch: refs/heads/jira/solr-11779
Commit: 0adaeee438ca84d7100a67cf9d36349f87b68515
Parents: 7d9059e
Author: Cassandra Targett <ct...@apache.org>
Authored: Thu May 10 11:53:35 2018 -0500
Committer: Cassandra Targett <ct...@apache.org>
Committed: Thu May 10 11:53:35 2018 -0500

----------------------------------------------------------------------
 solr/solr-ref-guide/src/kerberos-authentication-plugin.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/0adaeee4/solr/solr-ref-guide/src/kerberos-authentication-plugin.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/kerberos-authentication-plugin.adoc b/solr/solr-ref-guide/src/kerberos-authentication-plugin.adoc
index a6ae946..49e19e8 100644
--- a/solr/solr-ref-guide/src/kerberos-authentication-plugin.adoc
+++ b/solr/solr-ref-guide/src/kerberos-authentication-plugin.adoc
@@ -372,7 +372,7 @@ To create a `CloudSolrClient` that uses delegation tokens:
 [source,java]
 ----
 CloudSolrClient client = new CloudSolrClient.Builder()
-                .withZkHost("http://localhost:2181")
+                .withZkHost("localhost:2181")
                 .withLBHttpSolrClientBuilder(new LBHttpSolrClient.Builder()
                     .withResponseParser(client.getParser())
                     .withHttpSolrClientBuilder(