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

Method doStdinMode

solr/core/src/java/org/apache/solr/cli/PostTool.java:414–417  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

412 }
413
414 private void doStdinMode() {
415 info("POSTing stdin to " + solrUpdateUrl + "...");
416 postData(System.in, null, out, type, solrUpdateUrl);
417 }
418
419 private void reset() {
420 backlog = new ArrayList<>();

Callers 1

executeMethod · 0.95

Calls 2

infoMethod · 0.95
postDataMethod · 0.95

Tested by

no test coverage detected