tjake / Solandra

Solandra = Solr + Cassandra
Apache License 2.0
882 stars 150 forks source link

deleteByQuery may have a bug #111

Closed tksohishi closed 13 years ago

tksohishi commented 13 years ago

Hi tjake,

I tried to clean all documents in solandra with delete_by_query in ruby client, and it looked working with no documents returned, but after that, I can't add the document with the same id.

I'm not Java guy, so this pull request is written just for adding the tests which will fail, but it should work, I believe.

Thanks, -- Takeshi

tjake commented 13 years ago

Thanks for the info, this was fixed by https://github.com/tjake/Solandra/commit/d1e0ff1df1161c5f067beff980043e615170e6e8

tksohishi commented 13 years ago

Thanks!