Skip to content

Commit 8af1694

Browse files
author
eberhardtj
authored
Update Readme
Adds a reference to the Solr Ref Guide for the 'commitWithinMs' parameter.
1 parent 3287080 commit 8af1694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ to-solr(url, [core], [batchSize], [commitWithinMs], [threads])
126126
* `url`: URL to Solr Server.
127127
* `core`: Solr Core (Default: default)
128128
* `batchSize`: Number of documents per commit (Default: 1).
129-
* `commitWithinMs`: Max time (in ms) before a commit will happen (Default: -1, Disabled).
129+
* `commitWithinMs`: Max time (in ms) before a commit will happen (Default: -1 (Disabled), See also: link:https://lucene.apache.org/solr/guide/7_4/updatehandlers-in-solrconfig.html#UpdateHandlersinSolrConfig-commitWithin[Solr Ref Guide - commitWithin]).
130130
* `threads`: Number of threads for concurrent batch processing (Default: 1).
131131

132132
==== Example

0 commit comments

Comments
 (0)