【发布时间】:2015-02-24 14:35:48
【问题描述】:
在DataStax Enterprise Server 4.6.0 上运行 Datastax 工具
从现有表中从头开始生成 Solr
dsetool create_core ks.table generateResources=true distributed=true reindex=true
得到
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException:
Type org.apache.cassandra.db.marshal.ReversedType(org.apache.cassandra.db.marshal.TimeUUIDType)
is not supported with automatic Solr schema generation.
根据http://www.datastax.com/documentation/datastax_enterprise/4.5/datastax_enterprise/srch/srchSolrType.html,Solr 从 4.5 开始支持 uuid 和 timeuuid
建议?
【问题讨论】:
标签: solr datastax-enterprise datastax