You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ge...@apache.org on 2019/12/10 21:26:07 UTC

[lucene-solr] branch branch_8x updated: SOLR-13999: Document zkHost 'topic()' stream param

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

gerlowskija pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new 133a99e  SOLR-13999: Document zkHost 'topic()' stream param
133a99e is described below

commit 133a99e6341e831fcd3ab9c5a514c29cb2813f09
Author: Vergil Cheynov <43...@users.noreply.github.com>
AuthorDate: Tue Dec 10 21:05:46 2019 +0000

    SOLR-13999: Document zkHost 'topic()' stream param
---
 solr/solr-ref-guide/src/stream-source-reference.adoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/solr/solr-ref-guide/src/stream-source-reference.adoc b/solr/solr-ref-guide/src/stream-source-reference.adoc
index d3040fe..54492ff 100644
--- a/solr/solr-ref-guide/src/stream-source-reference.adoc
+++ b/solr/solr-ref-guide/src/stream-source-reference.adoc
@@ -534,6 +534,7 @@ The topic function should be considered in beta until https://issues.apache.org/
 * `q`: (Mandatory) The topic query.
 * `fl`: (Mandatory) The field list returned by the topic function.
 * `initialCheckpoint`: (Optional) Sets the initial Solr `\_version_` number to start reading from the queue. If not set, it defaults to the highest version in the index. Setting to 0 will process all records that match query in the index.
+* `zkHost`: (Optional) Only needs to be defined if the collection being searched is found in a different zkHost than the local stream handler.
 
 === topic Syntax