[
https://issues.apache.org/jira/browse/SOLR-8844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15193332#comment-15193332
]
Jack Krupansky commented on SOLR-8844:
--------------------------------------
1. No field is specified for the fq parameter here. What is df?
2. Do any matching date/time values occur as literal strings in the default
search field?
> Date math silently ignored for date strings
> -------------------------------------------
>
> Key: SOLR-8844
> URL: https://issues.apache.org/jira/browse/SOLR-8844
> Project: Solr
> Issue Type: Bug
> Affects Versions: 5.5
> Reporter: Markus Jelsma
> Priority: Minor
> Fix For: 6.1
>
>
> Consider the following query, ordered by date ascending: {code}
> http://localhost:8983/solr/logs/select?q=*:*&fq=[2011-05-26T08:15:36Z%2B3DAY%20TO%20NOW/DAY]&sort=time%20asc
> {code}
> Should not have a result set where the first entry entry has
> 2011-05-26T08:15:36Z for the time field.
> It appears date math is just ignored, while i would expect it to work or
> throw an error.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]