[
https://issues.apache.org/jira/browse/SOLR-4538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13597546#comment-13597546
]
Yonik Seeley commented on SOLR-4538:
------------------------------------
I do know at this point that the difference is due to the query parser electing
to use newFieldQuery() (which goes through the analyzer) rather than
FieldType.getFieldQuery().
Not yet sure what's the issue with the analyzer though.
> DateMathParser doesn't work correctly.
> --------------------------------------
>
> Key: SOLR-4538
> URL: https://issues.apache.org/jira/browse/SOLR-4538
> Project: Solr
> Issue Type: Bug
> Components: search
> Affects Versions: 4.1
> Reporter: Minoru Osuka
> Attachments: SOLR-4538_test.patch
>
>
> DateMathParser doesn't work correctly.
> http://lucene.apache.org/solr/4_1_0/solr-core/org/apache/solr/util/DateMathParser.html
> fq=last_modified:"2013-03-08T00:46:15Z/DAY+6MONTHS+3DAYS"
> expected; last_modified:2013-09-11T00:00:00Z
> actual; last_modified:2013-09-08T00:00:00Z
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]