Hello,

I am looking out for some additional details about how to create a custom
Secondary Index.
I see CQL documentation where we can provide our implementation of
secondary index using the syntax:

CREATE CUSTOM INDEX ON users (email) USING 'path.to.the.IndexClass';

But there are no information about the interface that need to be
implemented. Can someone give more information/reference on how to use this.

-- 
Regards,
Mahesh Rajamani

Reply via email to