Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
execute
Method · 0.95
Calls
2
info
Method · 0.95
postData
Method · 0.95
Tested by
no test coverage detected