I am having this error while trying to create a new custom index. Is because of my cassandra setup? What can be done to solve this issue?
cqlsh:dblpa2> create CUSTOM INDEX ON publication(entries(authors)) USING 'StorageAttachedIndex';
ConfigurationException: Unable to find custom indexer class 'StorageAttachedIndex'
cqlsh 6.0.0 | Cassandra 4.0.6 | CQL spec 3.4.5 | Native protocol v5
I am using Linux Mint 21 Cinnamon.