Skip to content

sperf core schema incorrectly identifies SAI and SASI indexes as Solr indexes #60

Description

@msmygit

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';

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentationenhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions