I have the cassandra running in solr mode. I'm using hector to insert/modify the data in cassandra. Since solr would expect the date to be in a specific format (1995-12-31T23:59:59Z) with a trailing Z', is there any option to use a custom handler when the data gets indexed after I save the data in cassandra?
Say I want to save the date as "1995-12-31T23:59:59" in cassandra but when it gets indexed I want to use the solr supported format with trailing Z.
I'm not using solr client to add the documents to solr.
