2b3f6c384bd9e9d4e3fa0de2226b6f7b38909720
[lui-solr.git] / commit_solr.sh
1 #!/bin/bash
2 HOST=localhost
3 PORT=8080
4 curl http://$HOST:$PORT/solr/update -H "Content-Type: text/xml" --data-binary '<commit waitFlush="false" waitSearcher="false" expungeDeletes="true"/>'