This repository has been archived by the owner on Jan 19, 2022. It is now read-only.
sperf core schema incorrectly identifies SAI and SASI indexes as Solr indexes #60
Labels
bug
Something isn't working
documentation
Improvements or additions to documentation
enhancement
New feature or request
sperf core schema
incorrectly categorizes SAI and SASI indexes as Solr indexes.For examples all the below are currently considered as Solr Index:
CREATE CUSTOM INDEX sasi_index_01 ON ks1.tbl1 (evcid) USING 'org.apache.cassandra.index.sasi.SASIIndex' ;
CREATE CUSTOM INDEX ON calendar2(years) USING 'StorageAttachedIndex';
CREATE CUSTOM INDEX test1_tbl1_solr_query_index ON test1.tbl1 (solr_query) USING 'com.datastax.bdp.search.solr.Cql3SolrSecondaryIndex';
The text was updated successfully, but these errors were encountered: