Remove the database id: not in use. Expunge deletes
[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"/>'