
jira at apache
Aug 3, 2012, 8:15 AM
Post #1 of 1
(51 views)
Permalink
|
|
[jira] [Updated] (SOLR-3704) Date range queries fail when highlighting
|
|
[ https://issues.apache.org/jira/browse/SOLR-3704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konstantin Pentchev updated SOLR-3704: -------------------------------------- Description: For the following valid date range query, an invalid date format exception is thrown only when highlighting is enabled: {code}q= (Creation_Date:[2002-08-01T00:00:01.999Z TO 2012-08-13T23:59:59.999Z])&hl=true&rows=10&start=0&hl.fl=Creation_Date&hl.requireFieldMatch=true&hl.snippets=1{code} Response is: Invalid Date String:'1296176143000' was: For the following valid date range query, an invalid date format exception is thrown only when highlighting is enabled: q= (Creation_Date:[2002-08-01T00:00:01.999Z TO 2012-08-13T23:59:59.999Z])&hl=true&rows=10&start=0&hl.fl=Creation_Date&hl.requireFieldMatch=true&hl.snippets=1 Response is: Invalid Date String:'1296176143000' > Date range queries fail when highlighting > ----------------------------------------- > > Key: SOLR-3704 > URL: https://issues.apache.org/jira/browse/SOLR-3704 > Project: Solr > Issue Type: Bug > Components: highlighter > Affects Versions: 3.6 > Reporter: Konstantin Pentchev > > For the following valid date range query, an invalid date format exception is thrown only when highlighting is enabled: > {code}q= (Creation_Date:[2002-08-01T00:00:01.999Z TO 2012-08-13T23:59:59.999Z])&hl=true&rows=10&start=0&hl.fl=Creation_Date&hl.requireFieldMatch=true&hl.snippets=1{code} > Response is: Invalid Date String:'1296176143000' -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe [at] lucene For additional commands, e-mail: dev-help [at] lucene
|