Datastax DSE Solr错误

时间:2014-02-06 01:36:05

标签: solr datastax-enterprise

我有一个带有复合键的CQL3表(id int,category text,property text)。

当我发布Solr Schema时,我收到此错误:

  

具有非字符串比较符的ColumnFamilies不支持Solr索引

有没有人遇到同样的问题,或者知道如何解决这个问题?

感谢。

2 个答案:

答案 0 :(得分:1)

DSE Solr不支持复合键。

不支持的功能 DSE搜索不支持:

  • Cassandra super columns
  • Cassandra专栏
  • Cassandra timeseries type rows
  • Cassandra复合列,Solr字段必须为字符串。

DSE Solr Source

答案 1 :(得分:0)

您使用的DSE版本是什么?在3.2中添加了对Solr的CQL3支持,但在该版本之前尚未完全支持。