[
https://issues.apache.org/jira/browse/LUCENE-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler reopened LUCENE-79:
---------------------------------
> QueryParser: time not supported in date ranges
> ----------------------------------------------
>
> Key: LUCENE-79
> URL: https://issues.apache.org/jira/browse/LUCENE-79
> Project: Lucene - Java
> Issue Type: Improvement
> Components: QueryParser
> Affects Versions: CVS Nightly - Specify date in submission
> Environment: Operating System: All
> Platform: PC
> Reporter: Jay Jayaprasad
> Priority: Minor
>
> It would be great if time was supported in date ranges. I believe it is a
> simple
> change in QueryParser.jj to do this. It should be as simple as changing the
> following line in QueryParser.jj.getRangeQuery():
> DateFormat df = DateFormat.getDateInstance(DateFormat.SHORT);
> TO
> DateFormat df = DateFormat.getDateTimeInstance(DateFormat.SHORT,
> DateFormat.SHORT);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]