I'm using datastax enterprise 5.0.2 and I want to use solr
I try this :
dsetool create_core keyspace.table generateResources=true reindex=true
But I get this :
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Type org.apache.cassandra.db.marshal.ByteType is not supported with automatic Solr schema generation.
Specify 'lenient: true' in your resource generation options to ignore unsupported columns.
And when I try with lenient true I can't make it work either because my primary key has a byte field named 'type'
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Schema Parsing Failed: Schema contains no indexed field for element 'type' of composite key '(lang,type)
Any clue how to resolve this ?
My table has over 100 fields it will be hard to generate it manually
infer_solr_schema? docs.datastax.com/en/datastax_enterprise/5.0/… - markcstored=falseandindexed=falseand still have it in the schema - markc