tjake / Solandra

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

IndexWriter deleteDocuments fixed with Collector #42

Closed robfrank closed 13 years ago

robfrank commented 14 years ago

Hi, I'm Roberto Franchini from Italy. I fixed the IndexWriter deleteDocuments method: now it uses a Collector and works properly with multi reader. I've added a LucandraInitialTests class that performs some load tests and verify deletion of documents. I'm new to git and gitHub, it seems this is the right way to request or submit a fix, am I right? Thanks in advance, we are spiking on Lucandra to scale out our indexes. R.