MCPcopy Create free account
hub / github.com/apache/solr / doArgsMode

Method doArgsMode

solr/core/src/java/org/apache/solr/cli/PostTool.java:376–381  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

374 }
375
376 private void doArgsMode(String[] args) {
377 info("POSTing args to " + solrUpdateUrl + "...");
378 for (String a : args) {
379 postData(stringToStream(a), null, out, type, solrUpdateUrl);
380 }
381 }
382
383 private void doWebMode() {
384 reset();

Callers 1

executeMethod · 0.95

Calls 3

infoMethod · 0.95
postDataMethod · 0.95
stringToStreamMethod · 0.95

Tested by

no test coverage detected