I'm running dse-cassandra in solr mode. I have the following column in schema.xml
<field name="weight:vnpk" type="ALPHA_NUMERIC" indexed="true" stored="false" multiValued="false"/>
When I post the schema.xml , I get the following exception
Caused by: java.io.IOException: InvalidRequestException(why:Illegal index name CF1_weight:vnpk_index)
at com.datastax.bdp.hadoop.mapred.SchemaTool.updateColumnFamily(SchemaTool.java:354)
Does solr have any restrictions on the field names being used?
