"Added missing parameter under 'topic parameters'" (#1056)

This commit is contained in:
Vergil Cheynov 2019-12-10 21:05:46 +00:00 committed by Jason Gerlowski
parent c4f0c33638
commit 20d3284a09
1 changed files with 1 additions and 0 deletions

View File

@ -534,6 +534,7 @@ The topic function should be considered in beta until https://issues.apache.org/
* `q`: (Mandatory) The topic query. * `q`: (Mandatory) The topic query.
* `fl`: (Mandatory) The field list returned by the topic function. * `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. * `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 === topic Syntax