Re: Delete documents with empty fields

2011-09-15 Thread Massimo Schiavon
On 15/09/2011 13:01, Ahmet Arslan wrote: +*:* -title:[* TO *] Worked fine. Thanks a lot! Massimo

Re: Delete documents with empty fields

2011-09-15 Thread Ahmet Arslan
> I want to delete all documents with > empty title field. > If i run the query -title:[* TO *] I obtain the correct > list of documents but when I submit to solr the delete > command: > > curl http://localhost:8080/solr/web/update\?commit=true -H > 'Content-Type: text/xml' --data-binary \ > '-tit

Delete documents with empty fields

2011-09-15 Thread Massimo Schiavon
I want to delete all documents with empty title field. If i run the query -title:[* TO *] I obtain the correct list of documents but when I submit to solr the delete command: curl http://localhost:8080/solr/web/update\?commit=true -H 'Content-Type: text/xml' --data-binary \ '-title:[* TO *]'