: rather than seconds. This is how Java deals with time internally. I'm fairly
: sure that this is also how Solr's date types work internally.
More specifically: the QParser is giving you that query, because the
FieldType you have for the specified field (prbably TrieDateField) is
parsing the
On 1/17/2014 12:59 PM, solr2020 wrote:
We are writing our own search handler. We are facing this below issue.
We are passing a
date(Date:(["2012-10-01T00:00:00.000Z"+TO+"2012-10-01T23:59:59.999Z"])) for
date range search to QParser.getParser method but it is converting the date
to unix timestamp