We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d17b2 commit 3287080Copy full SHA for 3287080
scripts/ParallelPost.groovy
@@ -70,7 +70,7 @@ inputStream.withReader(utf8, { reader ->
70
SolrWriter writer = new SolrWriter(url)
71
writer.setCore((String) options.c)
72
writer.setBatchSize((Integer) options.b)
73
- writer.setCommitWithMs((Integer) options.d)
+ writer.setCommitWithinMs((Integer) options.d)
74
writer.setThreads((Integer) options.t)
75
76
decoder.setReceiver(handler)
0 commit comments