user3277705
user3277705

Reputation: 31

Datastax DSE Solr Error

I have a CQL3 table with composite keys (id int, category text, property text).

When I publish the Solr Schema I get this error:

Solr indexes are not supported on ColumnFamilies with non-string comparators

Has anyone faced the same issue, or know how to resolve this?

Thanks.

Upvotes: 0

Views: 237

Answers (2)

cevaris
cevaris

Reputation: 5794

DSE Solr does not support Composite Keys.

Unsupported features DSE Search does not support:

  • Cassandra super columns
  • Cassandra counter columns
  • Cassandra timeseries type rows
  • Cassandra composite columns, Solr fields must be strings.

DSE Solr Source

Upvotes: 1

Jack Krupansky
Jack Krupansky

Reputation: 1021

What release of DSE are you using? CQL3 support for Solr was added in 3.2, but not fully supported before that release.

Upvotes: 0

Related Questions