Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions changelog/unreleased/rahulgoswami-solr_9x.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
title: Fixed --cloud option is not honored when running example (-e) on Windows in Solr CLI
type: fixed
authors:
- name: Rahul Goswami
1 change: 1 addition & 0 deletions solr/bin/solr.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ goto parse_args

:set_cloud_mode
set SOLR_MODE=solrcloud
set "PASS_TO_RUN_EXAMPLE=--cloud !PASS_TO_RUN_EXAMPLE!"
REM Notify user in 9.x about the default mode change if cloud flag is used.
@echo Solr will start in SolrCloud mode by default in version 10, and you will no longer need to pass in -c or --cloud flag.
SHIFT
Expand Down
Loading