Skip to content

Commit

Permalink
[FIX] -- Correct typo in CoreAdmin create api documentation. (#3232)
Browse files Browse the repository at this point in the history
  • Loading branch information
DhavalGojiya authored Mar 2, 2025
1 parent f1badb7 commit 9de0f9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ V1 API::
Assuming you are using an existing configSet to create your new core:
[source,bash]
----
http://localhost:8983/solr/admin/cores?action=CREATE&&name=techproducts_v2&configSet=sample_techproducts_configs
http://localhost:8983/solr/admin/cores?action=CREATE&name=techproducts_v2&configSet=sample_techproducts_configs
----

Expand Down

0 comments on commit 9de0f9d

Please sign in to comment.