Reputation: 31
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
Reputation: 5794
DSE Solr does not support Composite Keys.
Unsupported features DSE Search does not support:
Upvotes: 1
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