tjake / Solandra

Solandra = Solr + Cassandra
Apache License 2.0
882 stars 150 forks source link

Use CompositeType #170

Open benmccann opened 12 years ago

benmccann commented 12 years ago

CassandraUtil.createColumnName looks to be create a fake composite column: return (field + delimeter + text).getBytes("UTF-8");

Is there any reason not to use CompositeType here? Is it just that Solandra precedes composite columns and has not been updated yet?

tjake commented 12 years ago

Correct, Solandra came before composite types.