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 a32ac39b98187b1d392df1f520baee1cc3309faf Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Dec 6 12:40:59 2021 +0100 Added Username/Password fields in Solr Source Kamelet --- docs/modules/ROOT/pages/solr-source.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/pages/solr-source.adoc b/docs/modules/ROOT/pages/solr-source.adoc index 36f65ad..aac2894 100644 --- a/docs/modules/ROOT/pages/solr-source.adoc +++ b/docs/modules/ROOT/pages/solr-source.adoc @@ -18,8 +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| | +| password| Password| Password to connect to Solr.| string| | +| username| Username| Username to connect to Solr.| string| | |=== NOTE: Fields marked with an asterisk ({empty}*) are mandatory.
