You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Upayavira (JIRA)" <ji...@apache.org> on 2013/04/26 20:30:16 UTC

[jira] [Created] (SOLR-4772) DateRoundingUpdateProcessorFactory

Upayavira created SOLR-4772:
-------------------------------

             Summary: DateRoundingUpdateProcessorFactory
                 Key: SOLR-4772
                 URL: https://issues.apache.org/jira/browse/SOLR-4772
             Project: Solr
          Issue Type: Improvement
          Components: update
            Reporter: Upayavira
            Priority: Minor


A simple UpdateProcessor that rounds dates using the DateMathParser.

At present it is not possible to combine pivot faceting with range queries. This simple UpdateProcessor allows us to round our dates on their way into Solr, giving us date fields that can be used in pivot facets.

This can be extremely useful when using facets to plot graphs based upon log files indexed into Solr.

--
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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org