Stratio / cassandra-lucene-index

Lucene based secondary indexes for Cassandra
Apache License 2.0
600 stars 170 forks source link

Add support for ifNotExists clause in Builder. #385

Open rickstroo opened 6 years ago

rickstroo commented 6 years ago

This is a request to add a feature to allow support for inserting an "IF NOT EXISTS" in the CQL statement that is generated by the Builder. This feature would eliminate the need to write exception handling code in software that initializes the database schema.

The change is simply and requires the following changes to be applied to the Index class.