1

I am new to cassandra. Whech i check that sasi is very useful to query espesially in where cluase. But i got an error showing

ConfigurationException: Unable to find custom indexer class 'org.apache.cassandra.index.sasi.SASIIndex'

My cassandra verion is 3.0.9

Does any body can help?

Erick Ramirez
  • 13,964
  • 1
  • 18
  • 23
Aqib Zaman
  • 265
  • 2
  • 8
  • 17

1 Answers1

0

You shouldn't be running Cassandra version lower than 3.4 for Sasi index to work. Check the answer here: https://stackoverflow.com/a/43467081/3582996

Mohamed Ibrahim Elsayed
  • 2,734
  • 3
  • 23
  • 43