I'm using SOLR-hs_0.06 based on SOLR 4.10 I have SolrCloud with external ZooKeepers. I manually indexed with DIH from mySQL on each instance - we have lot of dbs, so It's one db per solr instace. All was just fine - I could search and so on. Then I sended update queries (lot of, about 10000 or 100k or more) like this - 192.168.1.1:8983/solr/mycollection/update/json + DATA in POST. IP addreses where selected from pool, so there were many querires on each solr instance. This queries perfomed well, but when I tried to search (after manually commiting), I've seen only data added with update queries. All data from DIH was deleted. And data on disk was also deleted. I can still see import result on dataimport page - but there is no data in index.
There are no errors in logs. I just don't know what to do with that. P.S. sory for my english, if it's bad. -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-deleted-all-existing-indexes-after-update-query-tp4159566.html Sent from the Solr - User mailing list archive at Nabble.com.