Hmmmm, it should not be necessary to add expungeDeletes, so I'd like to understand what's happening here.
FiMka: Could you give us the exact URL you send? Because trying the below from a browser works just fine for me on 4.x. with the sample data. http://localhost:8983/solr/collection1/update?commit=true&stream.body=<delete><id>DELL</id></delete> Is your "id" field a simple string type in schema.xml of is it analyzed in any way? I'm a bit afraid that the expungeDeletes is masking something else, I'd like to understand what. I've also been fooled in the past by having the browser give me back cached pages, so you might try slightly altering the query when you look for the doc after deletion. Best, Erick On Sat, Sep 13, 2014 at 1:43 PM, FiMka <maximfil...@gmail.com> wrote: > *François*, thank you for help, it is really working now! > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-How-to-delete-a-document-tp4158649p4158654.html > Sent from the Solr - User mailing list archive at Nabble.com.