Re: Date format issue in solr select query.

2019-05-09 Thread David Smiley
(the correct list here is solr-user, not dev) Solr has minimal support for _formatting_ the response; that's generally up the the application that builds the UI. If you want Solr to retain the original input precision which appears to be lost here, then use a typical copyField approach to a

Re: Date format issue in solr select query.

2019-05-08 Thread Erick Erickson
Something’s not quite right here. The format 2019-02-28 should fail to index unless you’re using a DateRangeField. So my guess is that somehow you’re really submitting the date with the time or some other surprise. Or perhaps you’re using the “schemaless” mode which can transform dates, we

Date format issue in solr select query.

2019-05-08 Thread Karthik Gunasekaran
Hi, I am new to solr. I am using solr7.6 version. The problem which I am facing is to format the date for a specific field. Explanation of my issue: I have a collection named “DateFieldTest” It has few fields out of “initial_release_date” is a field of type pdate. We are loading the data into