You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/12/06 11:42:48 UTC

[camel-kamelets] 02/07: Sync docs

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

acosentino pushed a commit to branch solr-source-creds
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 239262c61f92dc52ef6cd61338e9116263b365be
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Dec 6 12:39:24 2021 +0100

    Sync docs
---
 docs/modules/ROOT/pages/solr-source.adoc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/modules/ROOT/pages/solr-source.adoc b/docs/modules/ROOT/pages/solr-source.adoc
index 85e2252..36f65ad 100644
--- a/docs/modules/ROOT/pages/solr-source.adoc
+++ b/docs/modules/ROOT/pages/solr-source.adoc
@@ -18,6 +18,8 @@ The following table summarizes the configuration options available for the `solr
 | *period {empty}* *| Period between Polls| The interval between fetches to the Solr collection| integer| `10000`| 
 | *query {empty}* *| Query| The query to submit to Solr| string| | 
 | *servers {empty}* *| Servers| Comma separated list of Solr Servers and ports| string| | 
+| password| Password| Password to connect to Infinispan.| string| | 
+| username| Username| Username to connect to Infinispan.| string| | 
 |===
 
 NOTE: Fields marked with an asterisk ({empty}*) are mandatory.