Re: Problem while indexing DATE field in SOLR.

2019-04-26 Thread Alexandre Rafalovitch
Though one can insert an UpdateRequestProcessor to convert any date format. See solrconfig.xml for how it is setup (as part of 'schemaless' parsing). Regards, Alex On Fri, Apr 26, 2019, 3:57 AM Nicolas Franck, wrote: > Dates need to be send in UTC format: > > -mm-ddTHH:MM:SSZ > > or i

Re: Problem while indexing DATE field in SOLR.

2019-04-26 Thread Nicolas Franck
Dates need to be send in UTC format: -mm-ddTHH:MM:SSZ or if you want fractional seconds too: -mm-ddTHH:MM:SS.NNNZ See https://lucene.apache.org/solr/guide/6_6/working-with-dates.html#WorkingwithDates-DateFormatting There is no automatic conversion for dates On 26 Apr 2019, at 09:50,

Problem while indexing DATE field in SOLR.

2019-04-26 Thread Neha
Dear SOLR Team, I am using SOLR 6.6.0 version for indexing data stored in the POSTGRESQL database. I am facing an issue and needs your help Below is the snapshot of the table i am trying to index: - Steps followed for indexing DATETIMELOG field in above table: - 1) First i created field of t