Open GoogleCodeExporter opened 9 years ago
This code will work for the current LSM BTree, LSM RTree and LSM Inverted index
even when using the LSMBTreeDataflowHelperFactory. The dataflow helper created
will simply activate the indexes as LSM BTree using the btree and bloomfilter
file and will ignore the rtree and inverted index components. Since this is a
drop, it is fine as the whole index directory is deleted during the operation.
I imagine it will not work for any index that doesn't have a btree and a
bloomfilter components. i.e (LSM RTree with anti-matter tuples) as activating
the index will throw an exception.
Original comment by bamou...@gmail.com
on 15 May 2014 at 4:19
Original issue reported on code.google.com by
salsuba...@gmail.com
on 15 May 2014 at 2:38