[ 
https://issues.apache.org/jira/browse/SOLR-10567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17029962#comment-17029962
 ] 

ASF subversion and git services commented on SOLR-10567:
--------------------------------------------------------

Commit 4eff9c9b5e5187eb1b1600370d19841a5553c33c in lucene-solr's branch 
refs/heads/master from Munendra S N
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=4eff9c9 ]

SOLR-10567: add support for DateRangeField in JSON facet range


> Support DateRangeField in JSON Facet API
> ----------------------------------------
>
>                 Key: SOLR-10567
>                 URL: https://issues.apache.org/jira/browse/SOLR-10567
>             Project: Solr
>          Issue Type: Improvement
>          Components: faceting
>    Affects Versions: 6.2.1
>            Reporter: Stephen Weiss
>            Priority: Minor
>         Attachments: SOLR-10567.patch, SOLR-10567.patch
>
>
> While trying to do faceting on a daterangefield, I noticed that only the 
> SimpleFacets system worked - JSON facets did not allow it.  It was expecting 
> any range facet to be done on a TrieField, which DateRangeField is not.  I 
> updated the code to simply allow DateRangeField through as well, and this 
> appears to work just fine, so I'm submitting a patch so this can be included 
> in the next release.
> Haven't submitted a patch before so please forgive me if I screwed up, tried 
> to follow directions as best I could.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to