Hi,

I have gone through the below link and tried with different options. But
still getting the same error.
http://lucene.apache.org/solr/guide/6_6/working-with-dates.html

Can you please check the below configuration and let me know what is wrong
there?

managed-schema 
 <field name="test_data1" type="string" indexed="true" stored="true" 
 required="true" multiValued="false" /> 
     <field name="test_data2" type="string" indexed="true" stored="true" 
 required="true" multiValued="false" /> 
    <field name="test_data3" type="string" indexed="true" stored="true" 
 required="true" multiValued="false" /> 
    <field name="upserttime" type="date"   indexed="true" stored="true" 
 required="true"  multiValued="false" /> 

dataconfig.xml 
 query="SELECT test_data1,test_data2,test_data3, upserttime from 
 test_table" 
autoCommit="true"> 
<field column="test_data1" name="test_data1" /> 
 <field column="test_data2" name="test_data2" /> 
 <field column="test_data3" name="test_data3" /> 
 <field column="upserttime" name="upserttime" /> 

The timestamp data in Cassandra for example - 2017-09-20
10:25:46.752000+0000

Regards,
Shankha
 



--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Reply via email to