What version of Solr? If it works with commit=true, then it's working just fine. Index changes aren't visible for searchers until a commit occurs.
How are you determining whether the doc is gone or not? A Solr search (which depends on commits) or examining the index from a low level? If the latter, then docs are just marked as deleted, they aren't physically removed until segments are merged. Best Erick On Fri, Feb 7, 2014 at 4:25 AM, ku3ia <dem...@gmail.com> wrote: > autocommit and /update/?commit=true works fine. I tell about, for example, I > send 807632 docs to index to my 3 shard cluster - everything is fine, but > when I'm trying to remove them, using POST request with small number of ids, > lets say 100 per request - some docs are still on index, but seems must not. > When I send a POST request with ids number like 1K or 2K all docs are > deleted from index. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/SolrCloud-problems-with-delete-tp4116026p4116038.html > Sent from the Solr - User mailing list archive at Nabble.com.