Hi everybody, I'm trying to delete by query some documents with null content (this happened because I crawled my intranet and somethings came null)
When I try this works fine (I'm deleting from my solr index every document that dont have wiki on the field content) curl http://localhost:8983/solr/update?commit=true -H 'Content-Type: text/xml' --data-binary '<delete><query>*:* AND -content:wiki<query></delete>' Now I need to make a query that delete every document that have the field content null. Somebody could help me pls? Tks CLaudio