Re: Frozen type sin cassandra.

2017-03-29 Thread anuja jain
Thanks Tyler. On Tue, Mar 7, 2017 at 10:54 PM, Tyler Hobbs wrote: > > On Sun, Mar 5, 2017 at 11:53 PM, anuja jain wrote: > >> Is there is difference between creating column of type >> frozen> and frozen where list_double is UDT of >> type frozen> ? >> > > Yes, there is a difference in serializa

Re: Frozen type sin cassandra.

2017-03-07 Thread Tyler Hobbs
On Sun, Mar 5, 2017 at 11:53 PM, anuja jain wrote: > Is there is difference between creating column of type > frozen> and frozen where list_double is UDT of > type frozen> ? > Yes, there is a difference in serialization format: the first will be serialized directly as a list, the second will be

Frozen type sin cassandra.

2017-03-05 Thread anuja jain
Hi, Is there is difference between creating column of type frozen> and frozen where list_double is UDT of type frozen> ? Also how to create a solr index on such columns?