diff --git a/example/exampledocs/post.sh b/example/exampledocs/post.sh index 3f947851f1d..7e06e49c97f 100755 --- a/example/exampledocs/post.sh +++ b/example/exampledocs/post.sh @@ -5,8 +5,9 @@ URL=http://localhost:8983/solr/update for f in $FILES; do echo Posting file $f to $URL curl $URL --data-binary @$f + echo done #send the commit command to make sure all the changes are flushed and visible curl $URL --data-binary '' - +echo