GitHub user synhershko opened a pull request:
https://github.com/apache/lucene-solr/pull/129
Adding now() support to expressions
calling now() in an expression will return an epoch value as numeric,
which could then be used to run expressions against the current
milliseconds since epoch value
See https://issues.apache.org/jira/browse/LUCENE-6302 for more details
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/synhershko/lucene-solr
now-method-in-expressions
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucene-solr/pull/129.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #129
----
commit d6f7b0e378716e58913e085ecf458de83f97590d
Author: Itamar Syn-Hershko <[email protected]>
Date: 2015-02-26T16:36:13Z
Adding now() support to expressions
calling now() in an expression will return an epoch value as numeric,
which could then be used to run expressions against the current
milliseconds since epoch value
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]