Hurence / historian

big data timeseries historian
Apache License 2.0
4 stars 1 forks source link

add a delete by query REST endpoint #200

Open oalam opened 2 years ago

oalam commented 2 years ago

this should handle the following query

curl -g "http://localhost:8983/solr/historian/update" \
    -H 'Content-Type: application/json' \
    -d '{"delete":{"query":"chunk_origin:ingestion-csv"}}'