mirror of https://github.com/apache/lucene.git
SOLR-13050: Add a note to the ref guide.
This commit is contained in:
parent
e5fda5d6f1
commit
dbcb245062
|
@ -109,7 +109,11 @@ Supported configuration properties:
|
||||||
|
|
||||||
`collection`::
|
`collection`::
|
||||||
(string, optional) Specifies the target collection where documents are sent.
|
(string, optional) Specifies the target collection where documents are sent.
|
||||||
Default value is `.system`.
|
Default value is `.system`. If the target collection is missing the listener will
|
||||||
|
silently discard events. _Note: in rare situations when the target collection is in
|
||||||
|
an unstable state (eg. when some leader replicas were just lost and the leader election haven't
|
||||||
|
finished running yet) the listener may not be able to index some events. In such cases a
|
||||||
|
WARN message with the details of the event(s) will be added to the regular logs._
|
||||||
|
|
||||||
`enabled`::
|
`enabled`::
|
||||||
(boolean, optional) Enables the listener when true. Default value is true.
|
(boolean, optional) Enables the listener when true. Default value is true.
|
||||||
|
|
Loading…
Reference in New Issue