This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 0cfe9bfdc48f8431cf4168e1a01de29f314bf8c6 Author: Andrea Cosentino <[email protected]> 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.
