Re: Not able to import timestamp data into Solr

2017-09-21 Thread shankhamajumdar
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 data

Re: Not able to import timestamp data into Solr

2017-09-20 Thread Susheel Kumar
Checkout this article for working with date types and format etc. http://lucene.apache.org/solr/guide/6_6/working-with-dates.html On Wed, Sep 20, 2017 at 6:32 AM, shankhamajumdar < shankha.majum...@lexmark.com> wrote: > Hi, > > I have a field with timestamp data in Cassandra for example - 2017-09

Not able to import timestamp data into Solr

2017-09-20 Thread shankhamajumdar
Hi, I have a field with timestamp data in Cassandra for example - 2017-09-20 10:25:46.752000+. I am not able to import the data using Solr DataImportHandler, getting the bellow error in the Solr log. Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: -1 I am abl