This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit b2a8ba2a975802d6784c1a36aa19d0cc95f9722a
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Jul 15 09:57:03 2019 +0200

    Regen docs
---
 docs/components/modules/ROOT/pages/solr-component.adoc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/components/modules/ROOT/pages/solr-component.adoc 
b/docs/components/modules/ROOT/pages/solr-component.adoc
index 1d439fc..9d2c7ce 100644
--- a/docs/components/modules/ROOT/pages/solr-component.adoc
+++ b/docs/components/modules/ROOT/pages/solr-component.adoc
@@ -66,7 +66,7 @@ with the following path and query parameters:
 |===
 
 
-==== Query Parameters (15 parameters):
+==== Query Parameters (17 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
@@ -85,6 +85,8 @@ with the following path and query parameters:
 | *streamingThreadCount* (producer) | Set the number of threads for the 
StreamingUpdateSolrServer | 2 | int
 | *basicPropertyBinding* (advanced) | Whether the endpoint should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities | false | boolean
 | *synchronous* (advanced) | Sets whether synchronous processing should be 
strictly used, or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
+| *password* (security) | Sets password for basic auth plugin enabled servers 
|  | String
+| *username* (security) | Sets username for basic auth plugin enabled servers 
|  | String
 | *collection* (solrCloud) | Set the collection name which the solrCloud 
server could use |  | String
 | *zkHost* (solrCloud) | Set the ZooKeeper host information which the 
solrCloud could use, such as zkhost=localhost:8123. |  | String
 |===

Reply via email to