Re: SolrCloud: problems with delete

2014-02-08 Thread Erick Erickson
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 latte

Re: SolrCloud: problems with delete

2014-02-07 Thread ku3ia
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

Re: SolrCloud: problems with delete

2014-02-07 Thread Furkan KAMACI
Hi; What is your commit policy? Check this is works or not: *solr/update?commit=true* If it works then could you write your* autocommit configuration*? Thanks; Furkan KAMACI 2014-02-07 13:23 GMT+02:00 ku3ia : > Hi all! > Does SolrCloud correct delete documents? When I send many requests via PO