Re: QParser parsing date into unix timestamp format

2014-01-17 Thread Chris Hostetter
: 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

Re: QParser parsing date into unix timestamp format

2014-01-17 Thread Shawn Heisey
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

QParser parsing date into unix timestamp format

2014-01-17 Thread solr2020
nks. -- View this message in context: http://lucene.472066.n3.nabble.com/QParser-parsing-date-into-unix-timestamp-format-tp4111980.html Sent from the Solr - User mailing list archive at Nabble.com.