Skip to content

Commit

Permalink
Update parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Nov 19, 2024
1 parent 703fa3f commit 7842636
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions solr/core/src/test/org/apache/solr/cli/StreamToolTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ public void testStdInFailsWithRemoteWorker() throws Exception {
String[] args =
new String[] {
"stream",
"-e",
"--execution",
"remote",
"--name",
"fakeCollection",
Expand All @@ -246,7 +246,7 @@ public void testStdInSucceedsWithLocalWorker() throws Exception {
String[] args =
new String[] {
"stream",
"-e",
"--execution",
"local",
"-v",
"-z",
Expand All @@ -269,7 +269,7 @@ public void testRunEchoStreamLocally() throws Exception {
// notice that we do not pass in zkHost or solrUrl for a simple echo run locally.
String[] args = {
"stream",
"-e",
"--execution",
"local",
"--verbose",
"-zk-host",
Expand Down Expand Up @@ -313,7 +313,7 @@ public void testRunEchoStreamRemotely() throws Exception {
// test passing in the file
String[] args = {
"stream",
"-e",
"--execution",
"remote",
"-c",
collectionName,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ List of options:
-c,--name <NAME> Name of the specific collection to execute expression on if the execution is set
to 'remote'. Required for 'remote' execution environment.
--delimiter <CHARACTER> The output delimiter. Default to using three spaces.
-e,--execution <ENVIRONMENT> Execution environment is either 'local' (i.e CLI process) or via a 'remote' Solr
--execution <ENVIRONMENT> Execution environment is either 'local' (i.e CLI process) or via a 'remote' Solr
server. Default environment is 'remote'.
-f,--fields <FIELDS> The fields in the tuples to output. Defaults to fields in the first tuple of result
--fields <FIELDS> The fields in the tuples to output. Defaults to fields in the first tuple of result
set.
-h,--help Print this message.
--header Specify to include a header line.
Expand Down

0 comments on commit 7842636

Please sign in to comment.