Modified: sites/solr/guide/solr/latest/query-guide/stream-decorator-reference.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/latest/query-guide/stream-decorator-reference.html?rev=1085023&r1=1085022&r2=1085023&view=diff ============================================================================== --- sites/solr/guide/solr/latest/query-guide/stream-decorator-reference.html (original) +++ sites/solr/guide/solr/latest/query-guide/stream-decorator-reference.html Fri Dec 22 15:23:20 2023 @@ -2619,7 +2619,8 @@ Worker collections can be empty collecti <p><code>workers</code>: Number of workers in the worker collection to send the expression to.</p> </li> <li> -<p><code>zkHost</code>: (Optional) The ZooKeeper connect string where the worker collection resides.</p> +<p><code>zkHost</code>: (Optional) The ZooKeeper connect string where the worker collection resides. +Zookeeper Credentials and ACLs will only be included if the same ZkHost is used as the Solr instance that you are connecting to (the <code>chroot</code> can be different).</p> </li> <li> <p><code>sort</code>: The sort criteria for ordering tuples returned by the worker nodes.</p>
Modified: sites/solr/guide/solr/latest/query-guide/stream-source-reference.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/latest/query-guide/stream-source-reference.html?rev=1085023&r1=1085022&r2=1085023&view=diff ============================================================================== --- sites/solr/guide/solr/latest/query-guide/stream-source-reference.html (original) +++ sites/solr/guide/solr/latest/query-guide/stream-source-reference.html Fri Dec 22 15:23:20 2023 @@ -1130,7 +1130,8 @@ To read more about the <code>/export</co <p><code>sort</code>: (Mandatory) The sort criteria.</p> </li> <li> -<p><code>zkHost</code>: Only needs to be defined if the collection being searched is found in a different zkHost than the local stream handler.</p> +<p><code>zkHost</code>: Only needs to be defined if the collection being searched is found in a different zkHost than the local stream handler. +Zookeeper Credentials and ACLs will only be included if the same ZkHost is used as the Solr instance that you are connecting to (the <code>chroot</code> can be different).</p> </li> <li> <p><code>qt</code>: Specifies the query type, or request handler, to use. @@ -1843,7 +1844,8 @@ When used in parallel mode the partition <p><code>sort</code>: (Mandatory) The sort criteria.</p> </li> <li> -<p><code>zkHost</code>: Only needs to be defined if the collection being searched is found in a different zkHost than the local stream handler.</p> +<p><code>zkHost</code>: Only needs to be defined if the collection being searched is found in a different zkHost than the local stream handler. +Zookeeper Credentials and ACLs will only be included if the same ZkHost is used as the Solr instance that you are connecting to (the <code>chroot</code> can be different).</p> </li> <li> <p><code>partitionKeys</code>: Comma delimited list of keys to partition the search results by. @@ -2108,7 +2110,8 @@ If not set, it defaults to the highest v Setting to 0 will process all records that match query in the index.</p> </li> <li> -<p><code>zkHost</code>: (Optional) Only needs to be defined if the collection being searched is found in a different zkHost than the local stream handler.</p> +<p><code>zkHost</code>: (Optional) Only needs to be defined if the collection being searched is found in a different zkHost than the local stream handler. +Zookeeper Credentials and ACLs will only be included if the same ZkHost is used as the Solr instance that you are connecting to (the <code>chroot</code> can be different).</p> </li> </ul> </div>
