Skip to content

Commit

Permalink
Use recommended URL for commits
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsomunozpomer committed Oct 11, 2023
1 parent fe276f6 commit 3978444
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/solr-jsonl-chunk-loader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ commit() {
curl \
--silent --show-error \
$SOLR_AUTH \
"http://${1}/solr/${COLLECTION}/update" \
--data-binary '{ "commit": {} }' -H 'Content-type:application/json'
"http://${1}/solr/${COLLECTION}/update?commit=true"
}

post_json() {
Expand Down

0 comments on commit 3978444

Please sign in to comment.